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 does session_start () do?

632


Describe how ASP.NET maintains process isolation for each Web application?

582


What does occur first in ASP.Net, Authentication or Authorization?

573


What is in a session cookie?

548


What are httphandlers and httpmodules and difference between them?

534






What tags do you need to add within the asp:datagrid tags to bind columns manually? Give an example.

610


What is the use of response redirect in asp.net?

585


Explain what are webservices?

555


Why do we use web config?

531


What is the concept of postback in asp.net?

594


How do I send an email message from my ASP.NET page?

545


What is a nested masterpage in asp.net 2.0? Can there be a master page inside a masterpage?

517


What are navigation controls? How many navigation controls are there in ASP.NET 4.0?

549


Is it true that a Web service must be written in .NET or not?

583


Can you set the session out time manually?

391