J
Jonathan Wood
I'm new to ASP.NET and am trying to create some of my first Web pages.
I'd like the user to enter about a dozen fields, and then have another page
create a table based on the information entered.
What is the best way to forward the data from the first page to the second?
Is the Session object the best way to handle this data?
Also, I will of course need a way for the second page to intelligently
handle missing data, or when the user goes directly to the second page,
bypassing the first.
Thanks.
Jonathan
I'd like the user to enter about a dozen fields, and then have another page
create a table based on the information entered.
What is the best way to forward the data from the first page to the second?
Is the Session object the best way to handle this data?
Also, I will of course need a way for the second page to intelligently
handle missing data, or when the user goes directly to the second page,
bypassing the first.
Thanks.
Jonathan