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 / judy prasheela
protected void DataGrid1_PageIndexChanged(object source, DataGridPageChangedEventArgs e)
{
DataGrid1.CurrentPageIndex = e.NewPageIndex;
DataGrid1.DataBind();
}
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
How do you view the methods and members of a dll?
What are the features of dot net?
What's wrong with a line like this? Datetime.parse(mystring);
What is delegation in .net?
How will you load dynamic assembly? How will create assemblies at run time?
How to manage pagination in a page using .net?
I'm having some trouble with cas. How can I troubleshoot the problem?
What is operator overloading in .net?
Difference between dispose and finallize method?
What is the difference between user control an custom control? Advantages/disadvantages?
What is the concept of inheritance and how it works in .net?
What does mean by .net framework?
How to get the number after decimal point in .net?
What is garbage collection in .net? Explain the garbage collection process?
How many namespaces are in .net version 1.1?