help in clear screen

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I have a textbox 1 to 4, and i want to clear details inside of each box using
a CLEAR COMMAND BUTTON..but i dont know the code for that..please
help...thank you for the suggestions last time...Thanks a lot..
 
I have a textbox 1 to 4, and i want to clear details inside of each box using
a CLEAR COMMAND BUTTON..but i dont know the code for that..please
help...thank you for the suggestions last time...Thanks a lot..

textbox1.text = ""
textbox2.text = ""
textbox3.text = ""
textbox4.text = ""
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top