Click here to Skip to main content
16,021,288 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I have one web Page that contains few fields in that form when i click on my submit button it will update few columns of my table depending upon fields.
So,when i Click Submit button from two systems simultaneously with different data.
only one of the fields will be effected.
Posted
Comments
Kornfeld Eliyahu Peter 27-Jan-14 5:41am    
Can you show the code you use to enforce that rule? Or if no code at least elaborate on 'only one of the fields will be effected' part?

1 solution

From your question it seems you are trying to implement Concurrency control.

Refer

ASP.NET Optimistic Concurrency Control[^]

http://msdn.microsoft.com/en-us/magazine/cc163924.aspx[^]
 
Share this answer
 

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