I want to use jquery Datatables plugin with ASP.Net GridView in a web forms project. I have gone through this link and have successfully managed to display the data in the grid along with other functionalities such as sorting/paging etc. The problem starts when I think about using RowCommand/RowDataBound events for the gridview. For ex - there's an image icon on each row to perform some sort of server side coding (for ex - deleting the record). I do not prefer creating handlers/web services for all such icons and want to know if this is at all possible?
Please let me know your thoughts.