I am querying a SQL database, and return the data as an XML document. This XML is transformed in HTML using XSL stylesheets, and returned to the ASP form.

But...

How can I separate the returning HTML in separate pages, so a sensible amount of data is returned to the Web form??

Can it be done??