Is there any ways to make a text box visible when user click a button? What I meant here is, user will only see the text box when button is clicked. Thanks in advance for help me. Have a good ones.
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Make the button Visible on button Click event.
Double click on the button to add a Click event handler.
Your code should look as follows:
If you don’t want the whole page to refresh on doing this, you may want to wrap these controls inside an updatePanel
Refer:
Introduction to the UpdatePanels