Form retaining values

G

Guest

This system works in a intranet w/ some 200 stations and this particular form
is retaining its values among different stations...like if I enter some
values in the form on station 1 walk to station 2 and call the form the
fields will be field w/the same info....
What can I do ?
Thanks
C.Fleury
 
K

Kevin Spencer

What can I do ?

Well, you haven't provided enough infomation to be too specific, but let me
see if I can walk you through what you need to do to solve the problem.

If I understand correctly, you fill out a WebForm on one machine, and go to
another machine, and request the page, and it has the values from the other
instance in the other machine. Correct so far? If so, first consider that
the client-side HTML documents and browsers on both machines cannot see each
other in any way. This means that the issue must exist on the server. What
the issue is depends upon how you decided to persist these form values
across PostBacks. If you are using Session, and you have a web farm, you may
be sharing Session IDs across the 2 machines. This would result from bad
configuration of your web farm.

If, on the other hand, you are using Application State or Cache, those
objects are shared by all class instances, so that would account for that.

It might be something else. Again, we need more info to proceed.

--
HTH,
Kevin Spencer
..Net Developer
Microsoft MVP
Neither a follower
nor a lender be.
 
G

Guest

Kevin,

This is in development stage so the only server is local to my win-xp
machine, now how do I check on Application State or Cache ?

Thanks

C.Fleury
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,767
Messages
2,569,572
Members
45,045
Latest member
DRCM

Latest Threads

Top