cupcakesrule
Programmer
Hi i have a test webpage with a text box with the id:
"testtextbox"
I tried to reference this text box in my .cs file like this
testtextbox.Text = "test text"
except i can't get the solution to build. How do i communicate with this text box in my .cs file?
"testtextbox"
I tried to reference this text box in my .cs file like this
testtextbox.Text = "test text"
except i can't get the solution to build. How do i communicate with this text box in my .cs file?