Forum Moderators: open
I'm used to VS 2003 where you can drag (for example) a button onto your ASPX page and that button is automatically declared as "Protected ..." at the top of your .vb code-behind.
In 2005 these declarations do not appear at the top of your code, but if you try to manually declare these items, you will receive an error saying that it has already been declared in your class.
Where are these items being declared? Can I see them and edit them?
Thanks in advance!
Right below Figure 2, it talks about this.
For good measure, here's another good article by Scott Guthrie: [webproject.scottgu.com...]