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 why do we use msmq?
can any one tel me the complete Testing Procedure of any one simple PROJECT i mean either web/windows based application?
Where does the gac exist ?
I want to serialize instances of my class. Should I use xmlserializer, soapformatter or binaryformatter?
Tell about your technical profile ?
Should I implement finalize on my class? Should I implement idisposable?
What is a garbage collector?
How to implement datagrid in.net? How would you make a combo-box appear in one column of a datagrid? What are the ways to show data grid inside a data grid for a master details type of tables? If we write any code for datagrid methods. What is the access specifier used for that methods in the code behind file and why?
Describe the Managed Execution Process
What is boxing and un-boxing in .net?
Can a try block have nested try blocks?
What is the reason of occurring overflow-underflow arithmetic exception error, it shows error message when we run our program by adding control?
What is garbage collection in .net? Explain the garbage collection process?
What is the difference between asp.net and asp?