I have tried using drag n drop to place the control as well as simplely adding it to the page manually but neither results in a web control property being defined in the code behind.
Any ideas?
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.
That’s indeed a difference between 1.1 and 2.0. If you’re in a web application project you can click, in the Solution Explorer pane, on the + sign before the .aspx. There should be a .designer file in which you can see the type and name of the controls you have on your page.
Grz, Kris.