I was creating my new webforms application and testing it. Now I added a new textbox to the form and when pressing F5 to test, it doesn’t show. None of the changes show when I try to test it.
What’s gone wrong?
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.
When you press F5 it loads a certain page. Not necessarily the page you were working on.
You can right click the page you were working on in the project explorer of visual studio and select ‘set as start page’.
Is this your first web app or have you made previously working apps?