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
Explain soap and xml?
What is an anonymous method and how is it different from a lambda expression?
What are the differences between user control and server control?
What is multiThreading in .NET?
What's the problem with .net generics?
What is namespace in .net?
With these events, why wouldn't microsoft combine invalidate and paint, so that you wouldn't have to tell it to repaint, and then to force it to repaint?
How will you make .NET programs work in Linux ?
What are the similarities and difference between class and structure in .net?
What does jit compilation do in .net?
What is typical about a windows process in regards to memory allocation in dot net?
Explain the difference between vb and vb.net?
What is the intermediate language between asp and asp.net1.0?
Explain what is the difference between a class and an object, and how do these terms relate to each other?
What is the advantage of .net?