Handling BLL- and DAL-Level Exceptions in an ASP.NET Page: Step 1- Creating an Editable GridView of Products

Handling BLL- and DAL-Level Exceptions in an ASP.NET Page:
Step 1- Creating an Editable GridView of Products

This step of the VIDEO TUTORIAL will demonstrate on how to handle the exceptions that are generated in business logic and data access layers of Data Tutorial project. In order to show case this behavior, an editable GridView control is added to the ErrorHandling.aspx page in the project. A subset of the product information that includes productName, UnitPrice, UnitsInStock and productID are displayed in the GridView’s display interface in the design mode after applying the relevant format changes. However, only name, unitprice and units in stock will be editable. To commit the changes through the editing interface of the GridView control, an overload of the Update product method that accepts four input parameters as productID, productName, UnitPrice and UnitsInStock is added to the business logic layer. 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





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