How can you manage pagination on a page using .Net?
Answer Posted / hrindows@gmail.com
.Net gives you an option of using the pagination option in DataGrid control. To do this, you have to set the number of records for a page, and it will take care of pagination by itself automatically.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Can you create instance of a class which has private constructor?
I am constantly writing the drawing procedures with system.drawing.graphics, but having to use the try and dispose blocks is too time-consuming with graphicsobjects. Can I automate this?
Explain security measures exist for .net remoting in system.runtime.remoting?
How to prepare parametrized (with more than one parameters) crystal report. Please tell me the code procedure, if any body can?
What is new in .net core?
What is the difference between "using system.data;" and directly adding the reference from "add references dialog box"?
Explain about the features and elements present in Visual studio.NET IDE?
What is shared and repeatable inheritance?
What are the improvements made in cas in .net 4.0?
Will it go to finally block if there is no exception happened?
What is .net technology?
How inheritance works in .net?
How will you make .NET programs work in Linux ?
Please explain what garbage collection is and how it works. Provide a code example of how you can enforce garbage collection in .net?
What is implement a generic action in webapi?