Click here to Skip to main content
15,881,687 members
Please Sign up or sign in to vote.
2.00/5 (1 vote)
See more:
I have develop web Application ERP System. I have used C# Data Table for Store Temporarily Records. But I got Problem When Multiple user Login(Using Session) in my web application. When One User Add One Record(Like ItemName, Size, Color) into DataTable That Same Record Show in other User(Other Machine).
Posted
Updated 20-Nov-11 18:27pm
v2
Comments
Sergey Alexandrovich Kryukov 20-Nov-11 23:58pm    
This is not even a question. It's hard to say anything for sure without looking at your code. Could you create a simplistic but complete code sample and explain what did you try to do and what happened in more detail?
--SA

1 solution

Hi,

In your temperory table add one more column named userid or username related to user login and show records that belongs to respective user.

And after you are done with the things delete respective user data if not required which will improve the performance.

Hope this helps.
 
Share this answer
 
v2

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900