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?
Asked
Active
Viewed 975 times
3 Answers
2
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).

pritaeas
- 2,073
- 5
- 34
- 51
2
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

Mikolaj Kieres
- 4,137
- 1
- 20
- 23