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
What is singleton activation mode in .net?
How does the generational garbage collector in the .net clr manage object lifetime? What is non-deterministic finalization?
Do you know what's the difference between .net and laravel?
How viewstate is being formed and how it's stored on client in .net?
How you apply a theme in whole application in .Net?
Tell us what is a sealed class?
How will you load an assembly which is not referenced by current assembly?
What's the problem with .net generics?
What is a .net class?
How is meant by dll in .net?
Do I have any control over the garbage collection algorithm?
What is stored procedure ? how we use it in .NET ?
When should I use .net core?
What is deferred execution vs. Immediate execution in linq?
What are virtual destructures?