I need to copy the texbox value that the user inputs from the vb application I am creato to the webform textboxes ej. name, last name and then submit this information that the form will return from a database, what line of code would I use for this?
I tried using .document.forms("form name")
.name.value = name.text
.last.value = last.text
but using this form of code with vb2010 I get an COM error.
I tried using .document.forms("form name")
.name.value = name.text
.last.value = last.text
but using this form of code with vb2010 I get an COM error.