In .net 1.1 I seem to remember I had to declare web controls that I had put on my aspx page also in the code behind in order to access them programatically. Since working in VS 2008 I haven't had to do that - even when working with .net 2 projects.
But I just imported a 1.1 project and converted it in 2008 and added a textbox with an id of results to the aspx page and I can't programatically access that from the code behind - I'm getting a compile error.
Is this a setting in VS or on the top of the aspx page?