Wednesday, May 18, 2011

Get selectedvalue from dynamic dropdownlist

DropDownList ddlTest = (DropDownList)this.FindControl("ddlTest ");
 string selectedValue = Request.Form[ddlTest.UniqueID];

No comments:

Post a Comment