Search results for query: *

  1. T

    Custom Controls save to Access DB

    Ok I setup a new test form and dragged a gridview control onto the form directly from my Dataset in the dataSources window and let it create everything. When I run it and push the Save button on the binding navigator control it still does not post to the db...now I am really confused as It...
  2. T

    Custom Controls save to Access DB

    Ok I give. I will post the code below for what I have. A brief explanation: I have created a bunch of controls on a windows form. I created the Dataset,TableAdapter, and BindingSource for the form. I have also bound all controls to the correct property on the BindginSource yet when I click the...
  3. T

    Saving data to DB from custom controls

    Hi there. I am currently writing a very small app that is storing its data in an Access 2003 DB. I had about 10 tables and some various linking (not that this matters but wanted to let you know how small it is) I had finally gotten used to databinding in VS 2003, well for the most part, and...
Back
Top