I am trying to use the .NET Designer to do as much work for me as possible. How do I use the DataSet & DataAdapter tools to setup typed datasets and bind them to ComboBoxes. I want to bind a Combobox to a typed dataset for loading the Combobox. Then when the user makes a selection, I want the SelectedValue to be written out to a different table via another typed dataset. Can this can be done in the Designer?