Hi,
I am using RadGrid and use the MasterTableViewEditForm Template where i used DropDownList Box. But I want to fill the Dropdown in runtime. So I want to get the specific Dropdownlist Control. I write the following code but it's not working
Dim
cb As DropDownList
cb =
CType(Me.RadGrid1.MasterTableView.FindControl("DropdownList1"), DropDownList)
Thanks
Dibyendu