
Adding and Responding to Buttons to a GridView:
Step 3-Adding a GridView that Lists the Selected Supplier’s Products
This step of the VIDEO TUTORIAL will demonstrate the addition of a GridView control under the FormView control created in the previous step on the CustomButtons.aspx web page. The GridView display products belong to a particular supplier that is being displayed in the FormView control on the same page. The GridView control is configured to use an ObjectDataSource control that retrieve product information belong to a particular supplier by invoking ‘GetProductsBySupplierId ( )’ method of the ProductsBLL business object. The ‘SupplierID’ parameter is supplied to this ObjectDataSource by the FormView control’s selected value. Finally, a run time display of both the FormView as well as GridView control is demonstrated. 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