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
What is clr in .net?
Do you know what is linq?
Explain what rare the types of jit and what is econo-jit?
What is class library in .net
If we write any code for DataGrid methods, what is the access specifier used for that methods in the code behind file and why?
What is the difference between .net and laravel?
What is jit compilers?
Example from .net. Integer & struct are value types or reference types in .net?
What data providers available in .net to connect to database?
What is managed code and managed data in .net?
What is garbage collection and how it works ?
What does mean by .net framework?
How many types of design patterns available in .NET?
Can a try block have nested try blocks?
what is the keyword used for self reference?