
Adding and Responding to Buttons to a GridView:
Step 2-Adding a FormView that Lists the Suppliers
This step of the VIDEO TUTORIAL (included in Step 1) will layout the foundation to demonstrate the addition of command buttons to data web controls by adding a FormView control to the CustomButtons.aspx page. Only supplier’s company name and phone number is displayed in the FormView control. This is accomplished by adding a Suppliers ObjectDataSource to the CustomButtons.aspx web page and mapping the ‘GetSuppliers( )’ method to the select tab of the object data source configuration wizard and finally binding the ObjectDataSource to the FormView control on the web page. The runtime display of the newly created FormView control is also shown. 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