Hi!

I have been programming vb.net for 4 years now, but recently I changed work, and on my new work we use c# instead. I have two questions that I haven't been able to find answer for.

If I program an asp.net project, and enter code view for a Webform, on the top I have two dropdowns. One with a class and one with methods.
In vb.net, in the left dropdown I could see ALL classes on my webpage, like buttons gridviews etc etc etc, and on the right I could see all the events for this class. And when I needed an event handler for say button1.click I selected class button1 and the event click( and then I got the eventhandler in code. IN c# i can only find the class for the page itself.. not the objects on the page. Why?

And another question, how do I in the dev studio make it possible to see ALL files in the solution explorer. I want to see the partial class that dev studio generates when I drag/drop an item to my webform. In vb.net I had a button called "show hidden files". I cant find that button....

kind regards
Henrik