passing data

  1. jlcruzAME

    Button Opens Link

    Below is the current code I have functioning on my laptop to test a button that passes information to another page. picAddress = "http://sitename.com" picAddress = picAddress + woNumber picAddress = picAddress + "&value2=" picAddress = picAddress + workReq...
  2. S

    Question Copying One DataGridView from form to form

    So my final goal is to take some columns from one form's datagridview (in form3) and place them into a seperate form's datagridview (form4). I started off by just trying to put all of the rows in there one-by-one. Later I will be moe picky about which rows I want. Below is the code I am using...
Back
Top