G
Guest
I have already created a base class that incorporates common functionlity
into my ASP.Net application, what I want to do is have it have a design time
interface where I can show it in VS IDE. Specifically I have HTML that
defines my page layout and I want to show it during design time.
How do I provide a design time interface to my base class that derives from
System.Web.UI.Page?
into my ASP.Net application, what I want to do is have it have a design time
interface where I can show it in VS IDE. Specifically I have HTML that
defines my page layout and I want to show it during design time.
How do I provide a design time interface to my base class that derives from
System.Web.UI.Page?