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

Explain code snippet to register exception filters from controller?

623


What is protected configuration?

598


Will the asp.net validators run in server side or client side? How do you do client-side validation in .net? How to disable validator control by client side javascript?

522


What is the use of ASP.NET routing?

556


What is the difference between trace and debug in asp.net?

610






How do you implement sql caching in asp.net?

561


Why we go for mvc instead of asp.net? : Asp.Net MVC

487


Is session server side or client side?

527


How many web config files can be created for an application?

448


What is the default Orientation property in a Menu control?

531


What is a pixel url?

510


By default, Web API sends HTTP response with which of the following status code for all uncaught exception?

967


List the types of authentication supported by asp.net?

523


What a diffgram is, and a good use for one?

561


What is difference between datalist and gridview?

575