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
Is there a way to suppress the finalize process inside the garbage collector forcibly in .net?
State the various features present in .NET?
What is common language specification (cls)?
Explain Different kinds of methods?
What is different between webusercontrol and in webcustomcontrol?
Explain About GDI object ?
Explain the difference between .net 2000 and .net 2005(features)? Which one is better?
What is the difference between asp.net & vb.net and explain architecture?
How ccw (com callable wrapper) and rcw (runtime callable wrappers) works?
Explain what are possible implementations of distributed applications in .net?
What are .net applications?
What is Event - Delegate? clear syntax for writing a event delegate
What is file extension of Webservices in .Net?
What is deferred execution vs. Immediate execution in linq?
Tell us what do the following acronyms in .net stand for: il, cil, msil, cli and jit?