J
Jason MacKenzie
I have a higher level question about inheritance. We have a base class that
all our intranet pages inherit that does things like our navigation menu,
security etc. That works great is amazingly simple.
We also have an assembly that we use in most pages that holds our commonly
used functions such as returning a datatable, binding grids etc. It's
originally named CommonFunctions.dll .
It makes sense to me to try to expose those methods through the base page
class but I'm not sure what the best approach is. It would be nice to
inherit System.Web.UI.Page and CommonFunctions in my base page class but you
can't do that.
Any direction is greatly appreciated,
Jason
all our intranet pages inherit that does things like our navigation menu,
security etc. That works great is amazingly simple.
We also have an assembly that we use in most pages that holds our commonly
used functions such as returning a datatable, binding grids etc. It's
originally named CommonFunctions.dll .
It makes sense to me to try to expose those methods through the base page
class but I'm not sure what the best approach is. It would be nice to
inherit System.Web.UI.Page and CommonFunctions in my base page class but you
can't do that.
Any direction is greatly appreciated,
Jason