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
How many design patterns can be created in .net?
Explain what is reflection in microsoft .net context?
What is the difference between encrypting a password and applying a hashing?
How can you instantiate a tuple?
What is the difference between task and thread in .net?
Explain what are possible implementations of distributed applications in .net?
What is .net debug & trace?
If we write any code for DataGrid methods, what is the access specifier used for that methods in the code behind file and why?
How do you view the methods and members of a dll?
Difference between value type & reference types ?
Explain the top .net class that everything is derived from?
Explain what inheritance is, and why it's important?
what is prototype design pattern in .net
How will you load an assembly which is not referenced by current assembly?
What is a manifest in .net?