Home  About Us   Contact  Search   Tell A Friend   Resources  dotnetVideos Store Register  Login    
  August 21, 2008  
telerik_wpf2
MasterDetailwithTwoDropDownLists    

Master/Detail Filtering With Two DropDownLists:Step 1-Creating and Populating the Categories DropDownList

This step of the VIDEO TUTORIAL will showcase on how to create and implement Master/Detail scenario with dropdown lists and detailsview on MasterDetailsDetails.aspx page in the Filtering folder. The first dropdown list will display the list of categories. This first dropdown list will be configured with an ObjectDataSource control and will invoke the relevant methods from CategoriesBLL business object. For detailed information and source code for this step, please refer to the original article.

 
  View Video...

Master/Detail Filtering With Two DropDownLists: Step 2-Displaying the Selected Category's Products in a Second DropDownList

This step of the VIDEO TUTORIAL will introduce the viewer on how to add a second dropdown list to the MasterDetailsDetails.aspx webpage that would display relevant products in it based on the selection of a particular category in the first dropdown list on the web page. This second dropdown list will also be configured to retrieve records for display from an ObjectDataSource control that invokes a method from ProductsBLL business object. For detailed information and source code for this step, please refer to the original article.

 
  View Video...

Master/Detail Filtering With Two DropDownLists:Step 3-Using a DetailsView to Display Details for the Selected Product

This step of the VIDEO TUTORIAL will outline on how to display the detail product information in a DetailsView data web control. The DetailsView control will be bound to an ObjectDataSource control that invokes the GetProducstbyProductID method of the ProductsBLL logic layer. This method takes the ProductID as a parameter which will be obtained from the selected product category of second dropdownlist on the webpage. Once a selection is made in the second dropdown list, a post back occurs and the relevant product information will be displayed in the DetailsView data web control on the web page after invoking the ObjectDataSource’s selecting event handler. Finally, an introduction on the sequence of events that happen during the life cycle of the DetailsView’s ObjectDataSource control will be demonstrated.
For detailed information and source code for this step, please refer to the original article.

 
  View Video...

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