In ASP.Net, what is the proper way to use GridViews in conjuction with jQuery Templates?
What is the best way to use jQuery Templates with GridView to achieve similar fun开发者_JS百科ctionality of an UpdatePanel, such as add/edit/delete data without PostBack?
I would just use Ingrid along with a Repeater: http://www.reconstrukt.com/ingrid/
If you really need to utilize a Gridview, then go with the following link:
http://www.dotnetfunda.com/articles/article924-add-edit-delete-paging-records-in-gridview-using-jquery-.aspx
精彩评论