
Limiting Data Modification Functionality Based on the User:
Step 2-Adding a DetailsView Control
This step of the VIDEO TUTORIAL will show case on how to add a DetailsView control that displays all the suppliers information with and Edit link and paging when the end user selects the ‘Show/Edit All Suppliers’ list item in the drop down list. In order to accomplish a DetailsView control is added below the dropdown list and an ObjectDataSource titled ‘AllSuppliersDataSource’ that retrieves all the suppliers information from the database using ‘GetSuppliers( )’ method and updates the underlying database table using ’UpdateSupplierAddress( )’ from the SuppliersBLL object. This step will conclude by demonstrating the above functionality at runtime. 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