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 |
How do you implement locking concept for dataset?
What are the disadvantages of using datalist?
Compare Data Reader & Dataset in ado.net?
What is the difference between connected environment and a disconnected environment?
How to Read, Add, Update and Delete record in Entity Framework ?
What are the important features of ado.net 2.0?
What are the two fundamental objects in ADO.NET?
Which provider is used to connect ms access, oracle, etc…?
how to create a quiz software using 4 options to answer and how to check with answers in the database and award marks....
What is connection string?
describe about the ado.net object model
What is ado in agriculture?