Getting Minor problem at dropdown in gridview
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