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

What is the difference between a multi-layer and multi-tier applications?

0 Answers   Microsoft,


Why session is more secure than cookies?

0 Answers  


What is a multilingual website?

0 Answers  


Distinguish between Server-side and Client-side code?

0 Answers   Siebel,


Why session management is required?

0 Answers  


Explain diff between dataset and datareader?

0 Answers  


After capturing the SelectIndexChanged event for a ListBox Control, you find that the event handler doesn?t execute. What could be the problem be? a) The AutoEventWireup attribute is set to False b) The AutomaticPostBack attribute is set to False c) The codebehind module is not properly compiled d) The ListBox must be defined WithEvents.

2 Answers   Syntax Softtech,


What is session mode in asp.net?

0 Answers  


You are planning the deployment of an ASP.NET application. The application uses a Visual Studio .NET component named DataAccess that will be shared with other applications on your Web server. You are using Visual Studio .NET to create a Windows Installer package. You need to deploy DataAccess and the ASP.NET application so that they can be uninstalled later of necessary. What should you do? A . Create a setup project for DataAccess. Add the ASP.NET application in a custom action. B . Create a setup project for the ASP.NET application. Create another setup project for DataAccess. C . Create a Web setup project for the ASP.NET application. Add a project output for DataAccess. D . Create a Web setup project for the ASP.NET application. Add a merge module for DataAccess.

3 Answers   Syntax Softtech,


what is shared assembly asp net

1 Answers   Fidelity,


Why does a user need nothing more than a Web browser to view ASP.NET pages?

1 Answers  


What are the advantages and limitations of query string?

0 Answers  


Categories