What is PageIndex in DataGrid?What is the event used in the
Datagrid for while moving from one page to another page in
the Grid?write code for it
Answer Posted / gourav
Page index is to split the DataGrid in number of pages.
Code for paging is write in pageindexchanging event
gridview1.pageindex=e.newpageindex;
Is This Answer Correct ? | 4 Yes | 0 No |
Post New Answer View All Answers
What is Finalizer in .NET define Dispose and Finalize ?
What are multicast delegates?
Do you know the difference between the stack and the heap?
Please explain what is immutability, what is it for and how is it codified?
What is the use of UML in .Net
What is the base class of Button control in .NET?
Explain what is the difference between encrypting a password and applying a hashing?
Explain can 2 different applications use the same dll in gac at the same time?
What is interface and abstract class in .net?
Explain assemblies in .net?
What is alias ? Is it used in .Net ?
The project which you have made, which methodology did you use?
Can I write my own .net host?
Tell us what is the native image generator?
What is the concept of inheritance in .net?