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...
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...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.