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.
Author |
Topic |
vk18
Posting Yak Master
146 Posts |
Posted - 2007-12-18 : 14:57:49
|
Hi Guys,I have couple of forms that are used to fill the user info. I want to add the Back button and Next button to the forms so that if the user goes back to the previous form then it should retain all the info in the previous form. can you guys help me with the code.? I am using VB.NET/ASP.NETAppreciate your helpThx |
|
SwePeso
Patron Saint of Lost Yaks
30421 Posts |
Posted - 2007-12-18 : 15:20:38
|
Use session variable. E 12°55'05.25"N 56°04'39.16" |
|
|
vk18
Posting Yak Master
146 Posts |
Posted - 2007-12-18 : 16:04:07
|
I tried with Sesssion, but could not retain the values in the previous form any idea?Thx |
|
|
jsmith8858
Dr. Cross Join
7423 Posts |
|
rammohan
Posting Yak Master
212 Posts |
Posted - 2008-01-01 : 01:28:23
|
using wizard, we need to go with aspnetdb.if we want to go wot customised database,we need to track with sessions or cookies.or use profile concept in asp.net config file.use it for registration purpose.One can never consent to creep,when one feels an impulse to soarRAMMOHAN |
|
|
|
|
|