aspx thread: Records Paging in ADO+
Hello I Could not get any method or property to get records paging in ADO+. Please guide me. Thanks Satish Pahade
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
|





