how would i implement dropdownlist in gridview using c#

Answers were Sorted based on User's Feedback



how would i implement dropdownlist in gridview using c#..

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 would i implement dropdownlist in gridview using c#..

Answer / guest

using item template

Is This Answer Correct ?    9 Yes 4 No

Post New Answer

More ADO.NET Interview Questions

What is the namespace in which .NET has the data functionality classes?

5 Answers   eMantras,


how would i implement dropdownlist in gridview using c#

2 Answers  


Which provider is used to connect ms access, oracle, etc…?

0 Answers  


Which is the feature of ado.net?

0 Answers  


Explain advantages of ado.net?

0 Answers  


What does datareader object do?

0 Answers  


What is oledb driver?

0 Answers  


What is ado in agriculture?

0 Answers  


feature of ADO.Net

11 Answers   Wipro,


What is the difference between ado.net and entity framework?

0 Answers  


I loaded the dataset with a table of 10 records. One of the records is deleted from the backend, how do you check whether all the 10 records were present while updating the data(which event and steps) and throw the exception 28 can datareader hold data from multiple tables?

0 Answers  


can u tell me the why ADO does not support xml..

2 Answers   Crea,


Categories