Link to home
Start Free TrialLog in
Avatar of rafaelrgl
rafaelrgl

asked on

how to change the text inside an textbox

hi i have tryed this and did not worked


textbox1.Text.Replace("#&ToEmail&#", "email@hotmail.com")

then i need to send this value to another string after change this text inside the text box.

like

dim vstr as string = textbox1.text.tostring()

any ideas?
ASKER CERTIFIED SOLUTION
Avatar of Bill Nolan
Bill Nolan
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial