How to manage pagination in a page?

Answer Posted / shiva

set allowpaging to true and you have to write some coding
in pageindexchanging event

GridView1.PageIndex = e.NewPageIndex;
binddata();

Is This Answer Correct ?    10 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What are the parts of an http response?

725


What ports must be open for DCOM over a firewall? What is the purpose of Port 135?

2132


What is a form tag?

708


What are the new navigation controls in asp.net 2.0?

770


Why will you usually create an aspnet user account in the database for an asp.net web application?

782


What is the difference between equals() and == in c#?

787


what are the security certificates used in webservices?

1751


Can we create a multiple user simultaneously ?

839


Any one can tell how we store tiff format images in database and retrive from the database(need for tiff format only)

1838


Where is the view state data stored?

785


Define page output caching?

775


What are sql notifications and sql invalidations?

736


What are session and cookies?

742


What is Dynamic Web and discuss its usage with the help of real life examples?

833


Explain difference between dataset and datareader?

815