Home  About Us   Contact  Search   Tell A Friend   Resources  dotnetVideos Store Register  Login  
  January 6, 2009  
telerik_dec08_sky1
CustomizingDataModInterface3    

Customizing the Data Modification Interface: Step 3-Using a DropDownList for the Category and Supplier Editing Interfaces

Customizing the Data Modification Interface:
Step 3-Using a DropDownList for the Category and Supplier Editing Interfaces
This step of the VIDEO TUTORIAL will familiarize on how to display the Category Name and Suppliers Name fields in the editing interface of the GridView control. In order to accomplish this, the Category and Supplier bound fields in the GridView are converted to TemplateFields. Following which, two drop down lists are added to the corresponding EditItemTemplate Fields of the GridView. These dropdownlists are configured using separate ObjectDataSources which invoke the GetCategories ( ) and GetSuppliers ( ) methods from the CategoriesBLL and SuppliersBLL business objects respectively. For existing product information, the dropdown lists are pre-selected with existing CategoryID and SupplierID using the ‘databindings’ link from the smart tag menu of the dropdown lists. In addition, a separate list item as ‘None’ is added to be displayed in the dropdown lists to handle NULL values from the Products table in the database for existing product information. 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




telerik_dec08_target_sky1
  Copyright 2008 by dotnetvideos.net   Terms Of Use | Privacy Statement