Naraayanan,
It depends on your requirement again. There are many ways to achieve Grid view functionality.
1. Using Scaffold Template (Best Option, easy to develop skeleton code)
2. Using Jquery Plugins like datatables (more features, easy implementation, easy ajax paging, Light weight, little bit unsecured)
3. Using GridView with Aspx view (Add view or partial view with aspx engine, use your old school technology, not preferred)
4. We have asp.net webgrid which is simple and tricky :).
I always prefer option number 1 and option 2 in few scenarios and a good place to start would be http://www.asp.net/mvc/tutorials
Chandra Shekar Thota
Founder/Developer
www.hyderabadtechies.info
Naraayanan, if this helps please login to Mark As Answer. | Alert Moderator