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

Programmatically Setting the ObjectDataSource's Parameter Values:Step 1-Adding a Method to EmployeesTableAdapter

This step of the VIDEO TUTORIAL will familiarize the viewer on how to programmatically set the parameters of an ObjectDataSource control’s parameter values. This video will also introduce the sequence of events that happens during the selecting event handler of the ObjectDataSource control. In order to demonstrate the programmatic setting of the ObjectDataSource control’s parameter values, a data access layer method that accepts a single input parameter will be added to EmployeesTableAdapter of Northwind typed dataset.For detailed information and source code for this step, please refer to the original article.

 
  View Video...

Programmatically Setting the ObjectDataSource's Parameter Values: Step 2- Adding the GetEmployeesByHiredDateMonth(month) Method to the BLL

This step of the VIDEO TUTORIAL (included in Step 1) will show case on how to create a method to business logic layer of our project to call the previously created GetEmployeesByHiredDateMonth data access layer method.For detailed information and source code for this step, please refer to the original article.

 
  View Video...

Programmatically Setting the ObjectDataSource's Parameter Values:Step 3-Displaying Employees Whose Hiring Anniversary Is This Month

This step of the VIDEO TUTORIAL will demonstrate on how to utilize the previously created GetEmployeesByHiredDateMonth in the business logic layer class. A GridView control that is bound a new ObjectDataSource control, which in turn configured to use the previously mentioned BLL method. In addition, the ObjectDataSource’s selecting event handler is customized for the display of the data. 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