Jay Hufman

Jay Hufman

  • NA
  • 3
  • 0

binding controls to object datasource

May 1 2007 10:51 AM
I have a web page with textboxes, checkboxes, and radiobuttons and a command button. I would like to pass entered data from the controls to a SQL Table using a strongly typed object datasouce and a stored procedure to select records. What is the code required to bind the individual controls on the form to the object data source?