
This step of the VIDEO TUTORIAL will focus on how to create a new over load of the ‘UpdateProduct’ method to change the UnitPrice of a product in the GridView control on the CustomButtons.aspx web page. This new overload of the ‘UpdateProduct’ method takes two parameters, one a decimal (unitPriceAdjustmentPercentage) and the other the integer (ProductID). For detailed information and source code for this step, please refer to the original article.