partial class

P

Phil Townsend

When creating a web form in VS 2005, the IDE creates a partial class for
the code behind. My first question: Is there any way to disable this
feature? And if not, how does one easily locate the other part of the
class [.cs] file?

There are many cases where I might want to manually tweak event
handlers. Also, I like to be able to see the all of the declarations,
such as the form's control variables. With the partial class, I can't
seem to do any of this easily. Can anybody help?
 
D

Daniel

The pulldown box for Members in vis studio code view will show the methods
in the other partial part greayed, sleect them and it takes you to them and
greys the ones in the partial class you were just viewing
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top