0
Answer

Getting Minor problem at dropdown in gridview

murali athmuri

murali athmuri

11y
951
1

        Dear sir,



I am created dynamic columns for gridview using itemtemplate in that each cell containing two dropdown menu.


My problem I am inserting data into into dtabase.

DropDownList box = (DropDownList)GridView2.Rows[i].Cells[1].FindControl("murali"+ (i + 1).ToString());

 from above line get ("box") only index value.

i want to select different values Please help me

Attachment: time.rar