How to manage pagination in a page?

Answers were Sorted based on User's Feedback



How to manage pagination in a page?..

Answer / 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

How to manage pagination in a page?..

Answer / bhavesh chhatrala

Using pagination option in DataGrid control. We have to set
the number of records for a page, then it takes care of
pagination by itself.

Is This Answer Correct ?    4 Yes 2 No

Post New Answer

More ASP.NET Interview Questions

Explain ViewState?

0 Answers   QuestPond,


What is asp net theme?

0 Answers  


How do you add a javascript function for a link button in a datagrid ?

4 Answers   Microsoft,


What is the file extension of web service?

0 Answers  


Explain form level validation and field level validation?

0 Answers  






What is the difference between viewstate and hidden field in asp.net?

0 Answers  


Difference between application events and session events

0 Answers  


We have 2 sites in which one site allows the user with out asking credentials and second one ask for credentials through a log page. What might be the configurations settings for both sites? We can use IIS and web.config files together.

1 Answers   ADITI,


What is marshalling ? Is it a part of asp.net ?

0 Answers   MCN Solutions,


how many script manager controls are used in Ajax web page?

7 Answers   CSC, Health Prime Services, TCS,


What is difference between inproc and outproc?

0 Answers  


What is Fragment Caching in ASP.NET?

2 Answers   MCN Solutions, pspl, Wipro,


Categories