J
Joel Barsotti
On certain pages I want to have a user control that is derived not directly
from the usercontrol class, but from a class that extends the UserControl
class so my objects will have a some guaranteed functionality.
But my problem is that when I do this, the ascx file won't go into design
view.
Other than switching the inheritance of my ascx.cs files back and forth I
don't know a way to get around this.
I know there must be an easy way of doing this, but I can't find it in the
help files.
from the usercontrol class, but from a class that extends the UserControl
class so my objects will have a some guaranteed functionality.
But my problem is that when I do this, the ascx file won't go into design
view.
Other than switching the inheritance of my ascx.cs files back and forth I
don't know a way to get around this.
I know there must be an easy way of doing this, but I can't find it in the
help files.