Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

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


Please Help Members By Posting Answers For Below Questions

What is clr in .net?

1144


Do you know what is linq?

1115


Explain what rare the types of jit and what is econo-jit?

1133


What is class library in .net

1149


If we write any code for DataGrid methods, what is the access specifier used for that methods in the code behind file and why?

2137


What is the difference between .net and laravel?

1074


What is jit compilers?

1212


Example from .net. Integer & struct are value types or reference types in .net?

1078


What data providers available in .net to connect to database?

1027


What is managed code and managed data in .net?

1131


What is garbage collection and how it works ?

1102


What does mean by .net framework?

1269


How many types of design patterns available in .NET?

1090


Can a try block have nested try blocks?

1083


what is the keyword used for self reference?

2457