
Customizing the Data Modification Interface:
Step 2- Crafting the Editable GridView
This step of the VIDEO TUTORIAL (included in Step 1) will elaborate on how to use the newly created ‘UpdateProduct’ method. A GridView control is added to the CustomizedUI.aspx page. The GridView control is configured to be bound to a new ObjectDataSource control which in turn uses the newly created UpdateProduct method for the UPDATE tab of the ObjectDataSource configuration wizard. In addition, the GridView control is customized to display only ProductName, Categories, Suppliers and Discontinued fields in the design mode. Finally, the run time display of the GridView control with product information is also observed. 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