Click here to Skip to main content
15,894,955 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I want to use gridview using code behind. All the functionalities like custom Paging, Sorting, Inserting, Deleting, filtering , Selection, exporting to pdf or word file, Nested grid view, grouping in grid view, and set nice appearance of gridview etc. programmatically.

I know that there are lots of resources about gridview on internet. I learned many tutorials about gridview but I'm not satisfied with it. I am not able to do all the functionalities mentioned above. Now I am looking for best techniques to use gridview. Please guid me.
Posted

Hi,
MSDN is always provides the best articles and description about asp server controls. You should read this article step-by-step:
MSDN : Table of Contents: GridView Examples for ASP.NET 2.0[^]

You can also try this:
ASP.NET GridView Control[^]


--Amit
 
Share this answer
 
Hi friend,

Why you want to learn only Gridview. if you know everything about other controls and you have doubt about gridview then it's file. There are so many controls available in Dot net framework. my suggestion is you should start reading ebook and create sample application. For each functionality you need different controls. Gridview will not do everything of showing data. there are more controls available to display your data with different form. Please refer ASP.NET Data Controls[^]

Please go through this book : Beginning ASP.NET 4 in C# 2010[^]. it is worth to read this book.

Learning step by step is always helpful for long run.

Best of luck for your learning

Thanks
-Amit Gajjar.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900