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 the namespace in which .NET has the data functionality classes?
how would i implement dropdownlist in gridview using c#
Which provider is used to connect ms access, oracle, etc…?
Which is the feature of ado.net?
Explain advantages of ado.net?
What does datareader object do?
What is oledb driver?
What is ado in agriculture?
feature of ADO.Net
What is the difference between ado.net and entity framework?
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?
can u tell me the why ADO does not support xml..