I am desiging a web app using visual web developer and sql express 2005. Language is VB.
My default page has a form with only 2 form fields, which on submit goes to my default2 page, which has a form, where I am using panels to break it up into parts.
On the default page, one of the two fields is a textbox for zip code. On the very next page (default2) is a registration page, asking for address, and it has zip code as well. I do not want my users to have to enter the zip code twice, so how do I get the zip code entered on the default page populated on the 2nd page?
I've tried session variables, cross page postback, and query strings, but have had no succes with any and do not fully understand the part where it populates the textbox, so I'm out of clues.
Any help would be appreciated.
My default page has a form with only 2 form fields, which on submit goes to my default2 page, which has a form, where I am using panels to break it up into parts.
On the default page, one of the two fields is a textbox for zip code. On the very next page (default2) is a registration page, asking for address, and it has zip code as well. I do not want my users to have to enter the zip code twice, so how do I get the zip code entered on the default page populated on the 2nd page?
I've tried session variables, cross page postback, and query strings, but have had no succes with any and do not fully understand the part where it populates the textbox, so I'm out of clues.
Any help would be appreciated.
Comment