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
Is there built-in support for logging?
Explain what is the difference between constants and read-only variables?
Which dll is required to translate xml to sql in internet information server (iis)?
Name the classes that are introduced in the system.numerics namespace.
What are an object and a class?
Explain asp.net?
Can a try block have more than one catch block?
Difference between user groups and code groups
What is .net standard?
What's the .net collection class that allows an element to be accessed using a unique key?
What is the difference between a namespace and assembly name in .net?
What is cyclomatic complexity and why is it important?
Give a brief introduction on side-by-side execution. Can two applications, one using private assembly and the other using the shared assembly be stated as side-by-side executables?
State some of the different languages supported by .net?
Do you know what are three common acronyms used in .net, and what do they stand for?