foreach (GridViewRow gvrow in GridView1.Rows )
{
DropDownList ddltest = new DropDownList();
ddltest = (DropDownList)gvrow.FindControl("ddlTest");
string ss = ddltest.SelectedItem.Text;
}
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment