Asp.net page trouble

G

Guest

Here in my web application, I have a data entry page with serval controls.
Some of the controls have autopostback is set true.
But the problem is when two or more people are entering data at the same
time, in the middle of my data entry , it is brining someone else data on my
screen.
I looked everywhere i could not find any solution. Please help me

Radx
 
V

Vadym Stetsyak

Hello, Radx!

R> Here in my web application, I have a data entry page with serval
R> controls. Some of the controls have autopostback is set true.
R> But the problem is when two or more people are entering data at the same
R> time, in the middle of my data entry , it is brining someone else data
R> on my screen.
R> I looked everywhere i could not find any solution. Please help me

How do you handle data? Different request are serviced in separate threads.
Are you using some "global" object for different users?

--
Regards, Vadym Stetsyak
www: http://vadmyst.blogspot.com
 

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

Top