Question:
How to implement a dynamic datagrid with dropdown list control in it?
Answer:
we can have template column facility to implement datagrid with controls. In grid view we can have column as <asp:TemplateField> <ItemTemplate> <select id="ddl" name = "ddl" runat="Server" class="abc"></select> </ItemTemplate> </asp:TemplateField> Source: CoolInterview.com
Answered by: Pankaj Mathur | Date: 6/18/2008
| Contact Pankaj Mathur
we can implement using the Item Template.
Regards, Nicku Source: CoolInterview.com
Answered by: nicku | Date: 8/9/2010
| Contact nicku
If you have the better answer, then send it to us. We will display your answer after the approval.
Rules to Post Answers in CoolInterview.com:-
- There should not be any Spelling Mistakes.
- There should not be any Gramatical Errors.
- Answers must not contain any bad words.
- Answers should not be the repeat of same answer, already approved.
- Answer should be complete in itself.
|