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

Implementing Optimistic Concurrency: Step 4-Passing the Original and New Values From the ASP.NET Page to the BLL Methods-Part I

This step of the VIDEO TUTORIAL will demonstrate on how to demonstrate the optimistic concurrency features by adding a GridView control to the OptimisticConcurrency.aspx page of EditInsertDelete folder of Data Tutorials project. In this step, the Grid View control is customized to display various fields with relevant validation controls. The viewer is also introduced to customizing ObjectDataSource control properties such as OldValuesParameterFormatString and ConflictDetection.For detailed information and source code for this step, please refer to the original article.

  View Video...

Implementing Optimistic Concurrency: Step 4-Passing the Original and New Values From the ASP.NET Page to the BLL Methods-Part II

This step of the VIDEO TUTORIAL will continue the customization of GridView controls with various fields that are being displayed in it at run time. This video will also explore further on demonstrating the validation controls at work as well as various exceptions that will be raised during the data entry at run time of the web page OptimisticConcurrency.aspx. This step will also elaborate on alternative strategies such as including dummy labels for ProductID during the implementation of Delete process to avoid exceptions.For detailed information and source code for this step, please refer to the original article.

  View Video...

Implementing Optimistic Concurrency: Step 5-Testing the Optimistic Concurrency Support

This step of the VIDEO TUTORIAL will demonstrate the Update and Delete interfaces of the GridView control at run time on the OptimisticConcurrency.aspx web page. This is accomplished by creating two browser sessions of the web page and making an attempt to either edit or delete a particular record by simulating two concurrent users working on the same record.For detailed information and source code for this step, please refer to the original article.

  View Video...


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