In detail. I'm using ASP and SQL Server
Let's say I'm in the process of modifying a customer's address info. in a form on my IE browser. I don't want anyone else to be able to bring up the same customer record. They should be notified that another user is in the process of updating it.
How to I accomplish this in an ASP environment even if my customer info. form consists of several ASP pages.
I must be missing somthing simple.
Let's say I'm in the process of modifying a customer's address info. in a form on my IE browser. I don't want anyone else to be able to bring up the same customer record. They should be notified that another user is in the process of updating it.
How to I accomplish this in an ASP environment even if my customer info. form consists of several ASP pages.
I must be missing somthing simple.