
Implementing Optimistic Concurrency:
Step 6-Adding Informational Messages and Displaying Them in the Face of a Concurrency Violation
This step of the VIDEO TUTORIAL will show case on how to alert one of the concurrent users about concurrency exceptions. This is achieved by adding two message labels on the OptimisticConcurrency.aspx web page, one for Update concurrency exception and the other for the exception resulting from Delete process. The exception resulting from the Update process is handled in the GridView control’s RowUpdated event handler, whereas, the concurrency exception resulting from the Delete process is handled by the ObjectDataSource control’s Deleted event handler. For detailed information and source code for this step, please refer to the original article.
This video presentation is available ONLY for REGISTERED users of this web site due to significant costs associated with data transfer of multimedia content. Please register to view this video. Registration is FREE of charge and takes less than a minute to complete. Thanks for your consideration.
---Administrator