Home  About Us   Contact  Search   Tell A Friend   Resources  dotnetVideos Store Register  Login  
  November 20, 2008  
telerik_wpf3
ImpleOptimisticConcurrency    

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...

telerik_wpf6
  Copyright 2008 by dotnetvideos.net   Terms Of Use | Privacy Statement