UserControl
userControl = (UserControl)e.Item.FindControl(GridEditFormItem.EditFormUserControlID);
every thing is going fine. but when i press the edit button the control is displayed with the data, and then when i press the update button it will jump into the UpdateCommand Event of radgrid. the above mention statement is written in the event but it is not giving the reference of the usercontrol.