Search results for query: *

  • Users: DoJa
  • Content: Threads
  • Order by date
  1. D

    Question How to bind text box to dataset?

    With some help from people on here and some examples I found on Google, I have successfully managed to bind a datagridview to a dataset connected to a mysql database and using the command builder to update any changes back to the database. This is all well and good, however the datagridview...
  2. D

    Data Adapter / Datagridview basics

    I am trying to populate a datagridview from an sql statement (which I have achieved) but then want to be able to update the contents of the cells by entering data and saving the changes back to the database. I am populating the datagridview with the following code: Private Sub get_data()...
  3. D

    Datagridview grid references change after showing a new form - help please!

    Hi All, I'm using a datagridview to display a list of names added to a register (in a datatable) which then later get copied to an external database. The system worked perfectly until recently when I added a second form to my project. I noticed if I changed forms from the one with the dgv to...
  4. D

    Question Combo Box

    Greetings all, First things first, i'm new here so Hi! I have dabbled in a few programming/scripting languages but generally considermyself to be a beginner. I am trying to make a vb.net application that will form the front end of a mysql database. I have three combo boxes which I wish to...
Back
Top