how would i implement dropdownlist in gridview using c#
Answers were Sorted based on User's Feedback
Answer / indra
<asp:GridView ID="GridView1" AutoGenerateColumns ="false"
Font-Size=Small Font-Names="Verdana" GridLines="None"
runat="server">
<Columns>
<asp:TemplateField HeaderText="Customer name" >
<ItemTemplate>
<asp:DropDown ID="DDcustname"
runat="server"></asp:DropDown>
</ItemTemplate>
</asp:TemplateField>
</Columns>
</asp:GridView>
Is This Answer Correct ? | 15 Yes | 8 No |
What is ado.net and its features?
What are the Features and disadvantages of dataset
What is the role of the dataset object in ado.net?
What are typed and untyped dataset?
What are the steps in connecting to database?
What is commandbuilder in ado.net?
Can we create Synonymns in MS Acess,My Sql Server,Sql Server? But iam we can create in oracle!
Which object holds only data and does not interact with data source?
How does ado.net work?
What is the difference between Dataset. clone and Dataset.copy?
Define executenonquery?
How to check if a datareader is closed or opened? IsClosed()