Reputation: 639
I want to use a plug-in like ASP.NET grid view which is easy.It should be easy to use with web method in web service. Also there must be facility to edit with popup window,deleting rows, paging and search. Can anyone help me out this?
Upvotes: 1
Views: 983
Reputation: 24125
Take a look at jqgrid. It can be easly used with HttpHandler or WebMethods (take a look here or here)
Upvotes: 1
Reputation: 4405
Take a look at this page with 15 examples, don't know if they all are for free. Like Simplybj wrote you can use DataTables (I'm using it in ASP with AJAX calls), and for me (my project) it's quite enought
Upvotes: 2
Reputation: 2093
Perhaps datatables is a good solution, although I've never used it with ASP.NET. It is flexible and CDN hosted (on the MS AJAX CDN).
Upvotes: 2