Problem with DetailsView

Joined
Feb 26, 2009
Messages
1
Reaction score
0
I have a detailsview setup in asp.net 2.0 and I need to get at the fields in that view how do i do that?

Here is the asp.net code

HTML:
<asp:DetailsView ID="DetailsView1" runat="server" AutoGenerateRows="False"
            DataSourceID="SqlDataSourceRequest" Height="50px" Width="200px">
            <Fields>
                <asp:BoundField DataField="RequestDate" HeaderText="RequestDate" SortExpression="RequestDate" />
                <asp:BoundField DataField="Name" HeaderText="Emp Name" SortExpression="Name" />
                <asp:BoundField DataField="EquipmentType" HeaderText="EquipmentType" SortExpression="EquipmentType" />
                <asp:BoundField DataField="PickupDelivery" HeaderText="PickupDelivery" SortExpression="PickupDelivery" />
                <asp:BoundField DataField="Description" HeaderText="Work Center" SortExpression="Description" />
                <asp:BoundField DataField="Job" HeaderText="Job" SortExpression="Job" />
                <asp:BoundField DataField="JobSuffix" HeaderText="JobSuffix" SortExpression="JobSuffix" />
                <asp:BoundField DataField="Status" HeaderText="Status" SortExpression="Status" />
            </Fields>
        </asp:DetailsView>
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,768
Messages
2,569,574
Members
45,051
Latest member
CarleyMcCr

Latest Threads

Top