This question was answered. But stackoverflow will not let my ask other questions. Can anyone help?
This question was answered. But stackoverflow will not let my ask other questions. Can
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.
Declare s and set it to be an empty string by default. If q1 is NOT nothing, then assign a value to s. Otherwise s is still an empty string. Later in your code, you can set your text box to be populated with s, and if q1 is empty, s will be too, so nothing will display there.