var control = e.Row.FindControl("YourControlID"); if(control != null) ScriptManager.RegisterPostbackControl(control);