G
Guest
Hi,
I'm using ASP.NET and creating a web application. In two areas of the app,
I am dynamically building pages. One displays data on screen and the other
builds reports. Everything works fine when a single user is using the
application. When multiple users access these pages at the same time, the
display fouls up. It seems all controls are being created and displayed, but
not on each individual's browser. Some controls are missing on one browser,
while being duplicated on another.
Can anyone help with this problem?
Thanks
I'm using ASP.NET and creating a web application. In two areas of the app,
I am dynamically building pages. One displays data on screen and the other
builds reports. Everything works fine when a single user is using the
application. When multiple users access these pages at the same time, the
display fouls up. It seems all controls are being created and displayed, but
not on each individual's browser. Some controls are missing on one browser,
while being duplicated on another.
Can anyone help with this problem?
Thanks