Wrox Home  
Search P2P Archive for: Go

  Return to Index  

aspx thread: ADO.NET paging functionality without using grid control


Message #1 by Yusuf Wiryonoputro <Yusuf.Wiryonoputro@m...> on Sun, 3 Dec 2000 11:53:29 +0800
Hi,

I am looking for ADO.NET paging functionality without using grid control.

Does anyone know about this ?

Thanks in Advance.



Yusuf



Message #2 by "Wally McClure" <wallym@w...> on Sun, 3 Dec 2000 16:10:38 -0500
You can roll your own result paging.  each page will require a

recordset/resultset and offset and a length.  it is not that hard.  The

records need to be passed to the IIS server for processing at the IIS layer.



Wally



-----Original Message-----

From: Yusuf Wiryonoputro [mailto:Yusuf.Wiryonoputro@m...]

Sent: Saturday, December 02, 2000 10:53 PM

To: ASP+

Subject: [aspx] ADO.NET paging functionality without using grid control





Hi,

I am looking for ADO.NET paging functionality without using grid control.

Does anyone know about this ?

Thanks in Advance.



Yusuf






  Return to Index