Hi,
I am very new to development in ASP.NET especially using session variables. I need to collect some information from clients through two ASPX pages. I will be using this information to calculate the amount for the last page. Can I store the data entered by the client in session variables? I dont need the data after the client closes the browser.
Can I use session variables even if the clients computer has disabled cookies?
What are other alternatives if I cannot use session variables?
Thanks in advance.
Jino
I am very new to development in ASP.NET especially using session variables. I need to collect some information from clients through two ASPX pages. I will be using this information to calculate the amount for the last page. Can I store the data entered by the client in session variables? I dont need the data after the client closes the browser.
Can I use session variables even if the clients computer has disabled cookies?
What are other alternatives if I cannot use session variables?
Thanks in advance.
Jino