How to Invoke the Server Code on the Click of Checkbox in a DataGrid column.

 Posted by Puneet20884 on 12/23/2009 | Category: ASP.NET Interview questions | Views: 4236
Answer:

As there is no CommandName property of Checkbox so when in Datagrid or any databound control give the AutoPostBack to True and bind to its event "OnCheckedChanged" and define it in the Server Code, it will work.


Asked In: Many Interviews | Alert Moderator 

Comments or Responses

Login to post response