Wrox Home  
Search P2P Archive for: Go

  Return to Index  

aspx thread: Records Paging in ADO+


Message #1 by Satish Pahade <psatish@p...> on Fri, 4 May 2001 21:44:15 +-5-30

Hello 



I Could not get any method or property 

to get records paging in ADO+.



Please guide me.



Thanks 



Satish Pahade

 

 



 



Message #2 by "Alex Homer" <alex@b...> on Tue, 29 May 2001 15:54:39
Paging in ASP.NET is handled by the DataGrid control, and you set the 

appropriate properties for it either declaratively in the page (using 

attributes) or by setting the properties at runtime.



The properties include PageSize, AllowPaging, CurrentPageIndex, etc. Look 

up the DataGrid class in the refernce section for System.Web.UI.WebControls






  Return to Index