Hello,
I have a web site that has several pages that users input data and i create and use a datatable in the code behind page "aspx.vb" and pass the datatable to a session variable so that i can read the data on the last page since they enter data on a few pages before I need to read it and write it to a SQL database.
My question is, can i store the data in a stronly typed dataset or class? i think it makes the site slower when using the session state to pass all that information.
Start Free Trial