Hi,
I have an application which controls schedules....
I need locking/checking out logic on these schedules (people schedules).
Does anyone know of any C# components or .Net components that could help in doing this?
I dont want to have these locks in the database itself, I want this to reside in the application/business logic layer.
Thanks in advance,
Person.