Can i use dropdownlist control in my datagrid.if soi want the code also how to do it.Its urgent plz send me u r answer

Questions by madhureddy318

Showing Answers 1 - 2 of 2 Answers

jigneshmaheshwari

  • Aug 23rd, 2006
 

u can use any contorl in datagrid.

to do so. jus right click the datagrid into web/win form and select the PropertyBuilder and select the TemplateColumns under Columns. Now again right click d datagrid and select EditTemplate->Columns[0].drag n drop d dropdownlist control in EditItemTemplate and select d EndTemplateEditing.

  Was this answer useful?  Yes

Sunil Ojha

  • Aug 31st, 2006
 

Hi,As yo u asked, in the datagrid u can use any Control. What you have to do is ,On the Datagrid ,right click and then got to Edit Template and there in th eEdit Itemtemplate you have to drag and drop the dropdown button.In the code behind of dropdown_click you can write the code.Note : Dropdown_click function will be Protected or Private .

  Was this answer useful?  Yes

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions