Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Pulling data from a grid view
Message
From
28/11/2006 17:06:05
 
 
To
All
General information
Forum:
ASP.NET
Category:
Other
Title:
Pulling data from a grid view
Miscellaneous
Thread ID:
01173076
Message ID:
01173076
Views:
56
I’m trying to grab the data in the modeloptionid of this gridview:
<asp:GridView ID="OtherOptionsGridView" AutoGenerateColumns="false" runat="server">
            <Columns>
                <asp:TemplateField>
                    <ItemTemplate>
                        <asp:CheckBox runat="server" ID="RowLevelCheckBox" />
                    </ItemTemplate>
                </asp:TemplateField>
                <asp:BoundField DataField="Name" HeaderText="Name"/>
                <asp:BoundField DataField="msrp" HeaderText="MSRP" DataFormatString="{0:C0}" HtmlEncode="false" />
                <asp:BoundField DataField="modeloptionid" Visible="false" />
            </Columns>
        </asp:GridView>
What would be the syntax I would need to write to pull the data bound to modeloptionid.

Thanks in advance!


Greg
Next
Reply
Map
View

Click here to load this message in the networking platform