Page 3 of 3First   Previous   1  2  [3]  Next   Last   

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.

  View Video...


Copyright 2007-2012 by dotnetvideos.net   |  Privacy Statement  |  Terms of Use