Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Multi User Problem
Message
From
05/08/2011 12:05:34
 
 
General information
Forum:
ASP.NET
Category:
Other
Environment versions
Environment:
ASP.NET
OS:
Windows XP
Network:
Windows 2003 Server
Database:
MS SQL Server
Application:
Web
Miscellaneous
Thread ID:
01520220
Message ID:
01520245
Views:
45
>What authentication are you using?
>How is the data "mismatched" ?
>
>>I am working on an ERP based project which was created using asp.net(3.0)c# as the front end and sql server(2005) as the back end. We have completed the project but after installation on the client location, when Multiple users Login and use the same form to perform a transaction, then the data for all users is mismatched. While we have Created Seperate userid and Login for all user. Can anybody suggest to me what I should do?
>>
>>
>>Yogesh P

I have defined Windows authentication mode

On login form i am checking for user from the database whether the password and username is right or not.

1.SP_1 is executed to insert the data in table one

2 the primary key from table is retrived to aspx.cs page.

3 That primary key is provided to SP_2 along with other parameters to insert into table two.



suppose user one entered the data in header section (for table 1) and added two or more details in detail section (for table 2).using hid id

Also the user two entered the data in header section (for table 1) and added two or more details in detail section (for table 2).using his id

Both they press the save button at the same time

in this some time data of one user is not saving .

but if saved then it display the user two data to user one and vice versa.
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform