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


Please Help Members By Posting Answers For Below Questions

How many design patterns can be created in .net?

803


Explain what is reflection in microsoft .net context?

796


What is the difference between encrypting a password and applying a hashing?

958


How can you instantiate a tuple?

780


What is the difference between task and thread in .net?

853


Explain what are possible implementations of distributed applications in .net?

743


What is .net debug & trace?

832


If we write any code for DataGrid methods, what is the access specifier used for that methods in the code behind file and why?

1835


How do you view the methods and members of a dll?

857


Difference between value type & reference types ?

811


Explain the top .net class that everything is derived from?

819


Explain what inheritance is, and why it's important?

729


what is prototype design pattern in .net

783


How will you load an assembly which is not referenced by current assembly?

774


What is a manifest in .net?

815