What property do you have to set to tell the grid which
page to go to when using the Pager object?
Answers were Sorted based on User's Feedback
Answer / m.sivakumar
A - CurrentPageIndex.
You need to set this one with the DataGridPageChangedEventArgs' NewPageIndex.
| Is This Answer Correct ? | 6 Yes | 0 No |
When we use windows api in .net is it managed or unmanaged code?
What are the main components in .net?
How can you clean up objects holding resources from within the code?
Please explain what are an object and a class?
Explain can 2 different applications use the same dll in gac at the same time?
Compare & contrast rich client (smart clients or windows-based) & browser-based web application
What is .net and .net framework?
How do you start, pause, continue or stop a Windows service off the command line?
Explain security measures exist for .net remoting in system.runtime.remoting?
What's wrong with a line like this? Datetime.parse(mystring);
Can you create instance of a class which has private constructor?
Explain something about WebService?