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
What are the parts of an http response?
What ports must be open for DCOM over a firewall? What is the purpose of Port 135?
What is a form tag?
What are the new navigation controls in asp.net 2.0?
Why will you usually create an aspnet user account in the database for an asp.net web application?
What is the difference between equals() and == in c#?
what are the security certificates used in webservices?
Can we create a multiple user simultaneously ?
Any one can tell how we store tiff format images in database and retrive from the database(need for tiff format only)
Where is the view state data stored?
Define page output caching?
What are sql notifications and sql invalidations?
What are session and cookies?
What is Dynamic Web and discuss its usage with the help of real life examples?
Explain difference between dataset and datareader?