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 does connection string consists of ?
what is sql Injection?
what is typed and untyped dataset
Explain the architecture of ado.net?
What is the difference in an abstract class and an interface?
What is the difference between oledbreader and datasetwhile connecting?
How can we load multiple tables in a dataset?
Explain the difference in record set and dataset?
What are the 4 types of classes in ADO.NET?
What is an ado connection?
Explain executenonquery?
How to sort the data in Datatable