How can you manage pagination on a page using .Net?
.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 |
Explain why do we use the “using” statement?
How to instantiate a delegate?
What is common type system (cts)?
What is assembly in .net?
How to Exchange data between Webservices
Explain the Scope of public/private/friend/protected/protected friend.
Can you explain what do you understand about web service?
Is there any thread in our .net programs?
What property do you have to set to tell the grid which page to go to when using the Pager object?
How does you handle this COM components developed in other programming languages in .NET?
What is the difference between .net 2000 and .net 2005(features)? Which one is better?
Tell us what is a variable of implicit type and what is its scope?