Quantcast
Channel: CSharp Forum Latest Questions
Viewing all articles
Browse latest Browse all 32062

Getting Minor problem at dropdown in gridview

$
0
0

        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

Viewing all articles
Browse latest Browse all 32062

Trending Articles