Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Pulling data from a grid view
Message
De
28/11/2006 17:06:05
 
 
À
Tous
Information générale
Forum:
ASP.NET
Catégorie:
Autre
Titre:
Pulling data from a grid view
Divers
Thread ID:
01173076
Message ID:
01173076
Vues:
57
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
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform