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 marshling?
Is .net an object oriented language? What are their components?
How to manage pagination in a page using .net?
Explain security measures exist for .net remoting in system.runtime.remoting?
What is Event Bubbling in .NET?
What is the procedure to add assemly to gac to make it shared one?
Compare & contrast rich client (smart clients or windows-based) & browser-based web application
Is .net front end or backend?
What is a formatter in .net?
What is the reason of occurring overflow-underflow arithmetic exception error, it shows error message when we run our program by adding control?
object is physical and class is logical..here class is not occupying any memory as our definition of class but i got a question then the class where it stores if it is not occupying any memory....
What is difference between system.string and system.stringbuilder classes?
Explain the difference between asp.net and asp?
Explain what is heap and what is stack?
what is the default security setting in .net?