I just need to find a dropdown that resides in ItemTemplate of MasterTableView: Colums 3 of RadGrid. I just tried following:
DropDownList
temp = ((DropDownList)RadGridMkbzHzmt.MasterTableView.FindControl("ddlHzmt"));
It throws exception "Object reference not set to an instance of an object"
How can i get over this?
Thanks in advance...