Search results for query: *

  1. T

    Datagridview only updates database after changing row selection...

    bindingSource.EndEdit() That fixed my problem. Thanks for the tutorial link. It helped me understand a lot more about what I'm trying to accomplish.
  2. T

    Datagridview only updates database after changing row selection...

    Thank you for your reply. The endedit event I have registered is fired whenever the user completes editing an individual cell. The update codes supplied in my first post is ONLY executed in the endedit event. Like I said, it works as intended whenever i edit data on the first row, but not for...
  3. T

    Datagridview only updates database after changing row selection...

    I have a bound datagrid that contains textboxes and comboboxes. I am having problems getting my changes to consistently update the database behind the scenes. I have an EndEdit event that fires everytime it needs to and executes the code to update the database. However, the update commands...
  4. T

    datasets, rdlc, filtering data....

    I managed to muddle my way through it... Thanks...
  5. T

    datasets, rdlc, filtering data....

    First Post.... I've built many reports based on many architectures ranging from web-based reports using java/struts, to batch reports using cobol. Super easy. I had control. Enter vb.net rdlc reports....I'm a little new to VS and vb.net I have built an entire standalone application building...
Back
Top