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
Explain me what is a design pattern and what is it for?
Explain how to redirect tracing to a file?
What is Entity Relationship Model in .NET?
What is Flyout Design Pattern in .NET?
What is the difference between .net 2000 and .net 2005(features)? Which one is better?
Explain what is the reason of occurring overflow-underflow arithmetic exception error, it shows error message when we run our program by adding control?
Explain the differences between server-side code and client-side code.
What is a web service in .net?
What is view state in .net?
What is the difference between odbc and ado?
What is the use of common language runtime?
Explain garbage collection?
What is the difference between encrypting a password and applying a hashing?
which method do you use to redirect the user to another page without performing a round trip to the client? How?
What is il and c#?