Hi
I´m starting programming in ASP. I have a web page were I show some fiels of a recorset from SQL Server. In that page I have two command button in order to able the user to navigate in that recordset.
The only way I figured out to code the action of that buttons it was forcing one select to the database, each time the user press the button.
What I need its to have a place were I could save that recordset. this way it will only be necessary to send one select to SQLServer. After that I would have old the information I need in the client.
In visual Basic, that recorset woul be placed in memory, however it seems that this is not possible using ASP, right?
How can I solve this?
Thank you
I´m starting programming in ASP. I have a web page were I show some fiels of a recorset from SQL Server. In that page I have two command button in order to able the user to navigate in that recordset.
The only way I figured out to code the action of that buttons it was forcing one select to the database, each time the user press the button.
What I need its to have a place were I could save that recordset. this way it will only be necessary to send one select to SQLServer. After that I would have old the information I need in the client.
In visual Basic, that recorset woul be placed in memory, however it seems that this is not possible using ASP, right?
How can I solve this?
Thank you