Please start any new threads on our new site at https://forums.sqlteam.com. We've got lots of great SQL Server experts to answer whatever question you can come up with.

 All Forums
 Development Tools
 ASP.NET
 Submitting 3 pages of Data in the 4th Page

Author  Topic 

vk18
Posting Yak Master

146 Posts

Posted - 2008-02-13 : 17:55:22
Hi Guys,
My WebApplication has 3 Pages, each page has a submit button and upon submit the data will get inserted into the respective tables(each page data goes into a different table).
I want to add a button called Next in the 1st page, Next in the 2nd Page and Next in the 3rd Page and i finally
want to submit the data in the 4th page. How can we do this? Can you guys give me some idea? I am using VB.NET/ASP.NET/VS.NET2005. Appreciate your help
Thx

georgev
Posting Yak Master

122 Posts

Posted - 2008-02-15 : 08:23:33
Basically you're going to have to remember the values from the previous 3 pages, aren't you...

Have you used session variables before? That would be my first suggestion :)


George
<3Engaged!
Go to Top of Page
   

- Advertisement -