T
Toni
Hello,
I have an ASP.NET page that fills a textbox in the load event of the page
textbox1.text = "Some text"
I would like to this page to run in the way that the user could edit the
text in the textbox, and when he clicks a button, this edited text will be
then read from the textbox into a variable like
Dim editedtext as string
editedtext = textbox1.text
But when I run the program like this, the value of the string "editedtext"
is still the same than what was put there in the load event. Could someone
tell me what must be done? Thank you already in advance.
T.S.
I have an ASP.NET page that fills a textbox in the load event of the page
textbox1.text = "Some text"
I would like to this page to run in the way that the user could edit the
text in the textbox, and when he clicks a button, this edited text will be
then read from the textbox into a variable like
Dim editedtext as string
editedtext = textbox1.text
But when I run the program like this, the value of the string "editedtext"
is still the same than what was put there in the load event. Could someone
tell me what must be done? Thank you already in advance.
T.S.