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
Explain what is immutability, what is it for and how is it codified?
Explain when should you use .net web forms over asp.net mvc?
What is deferred execution vs. Immediate execution in linq?
What is singlecall activation mode used for in .net?
What are virtual destructures?
Explain what is the difference between a class and an object, and how do these terms relate to each other?
SAP Business One(this is intigrated tool of .net)
Tell me what is serialization?
What is .net and why it is used?
What is a metadata in .net?
What is .net3.0 and .net3.5?
What is a .DLL and .EXE files called in .NET?
What is msil, il?
What is new in .net core?
What are the different types of remote object creation mode in .net?