With ado I know that you could set the page size on a Recordset. WITHOUT using a DataGrid I want to set the page size on a Recordset. Is there any built in function to do this? Thanks.
Ive created a custom Grid Control with javascript. I execute a Query Statement with a command object and return the data to a SqlDataReader. I loop through the SqlDataReader and create a XmlDocument which I return to the client and display the data in the Grid. I want to return only a certain amount of records per request and I was hoping that I could set properties on the SqlDataReader (or something similar).
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.