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 string a value type or a reference type?
Is there any attempt system for microsoft technology papers?
What is difference between .net core and .net standard?
Where?s Windows service database located?
What are use of Cloud computing....?
questions on various scenarios on exception handling? like for example.... try { a; b; ...exception occurs here...what happens...will catch execute or will finally execute...will c execute c; } catch { a; b; c; } fianlly { a; b; }
Explain soap and xml?
What is the use of edititem template ingridview?
1 Answers C Squared Systems, Microsoft,
C++ & C# differences ?
When we go for html server controls and when we go for web server controls?
What is Method Overriding? How to override a function in C#?
What is the use of immutability?