ASP.NET Advanced Grid View
Wednesday, February 18th, 2009ASP.NET’s GridView is great, but admittedly there are limitations to what it can do.
Some nice features which are missing include
Advanced Search
Print
Save
I’ve written an advanced gridview class which is able to perform all these
This gridview comes with the ability to
Display Create button which goes to another url when clicked
Save button to save all the records in [...]