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
Tell me about secure socket layer? How to make use of the technology?
What is difference between static page and dynamic page?
What are the new features of Framework 1.1 ?
Explain how com+ related to the dna architecture?
Difference between value type & reference types ?
Which dll translate xml to sql in internet information server (iis)?
Can you edit data in repeater control? How?
What are the deferred execution and the immediate execution in linq?
Please explain what are an inheritance, polymorphism, and encapsulation?
How does cas works?
Describe the Managed Execution Process?
what are connection strings?
Explain the .net framework overview?
How can you turn-on and turn-off cas?
What's the problem with .net generics?