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 |
Is there any attempt system for microsoft technology papers?
What is the new three features of COM+ services, which are not there in COM (MTS)
What is the difference between a Hash Table and a Dictionary?
What is .net environment?
Explain acid properties?
What is the concept of inheritance and how it works in .net?
Can I write my own .net host?
How does linq work?
What is Garbage Collection in .Net? Garbage collection process?
What is the difference between a namespace and assembly name in .net?
What is strong name?
I am constantly writing the drawing procedures with system.drawing.graphics, but having to use the try and dispose blocks is too time-consuming with graphicsobjects. Can I automate this?