|
dev
newsgroups
|
|||||||||||||||||||||||
|
|||||||||||||||||||||||
Asp.net page troubleHere 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 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? |
|||||||||||||||||||||||