P
Paul M
Hi folks,
I've got a page that contains the basic formatting that I need for pretty
much all of my systems pages. It's compiled into it's DLL, distributed to
my application's \bin folder and VS allows me to use the class thus :
Public Class Job
Inherits DefaultPage.DefaultPage
The application compiles and runs and is generally happy, but my formatting
isn't there.
There isn't any functionality in the base class, just formatting (header
graphics and couple of hyperlinks).
Can someone point me in the right direction? Is it even possible, or should
I just stick with an HTML includes reference?
Thanks in advance...
P
I've got a page that contains the basic formatting that I need for pretty
much all of my systems pages. It's compiled into it's DLL, distributed to
my application's \bin folder and VS allows me to use the class thus :
Public Class Job
Inherits DefaultPage.DefaultPage
The application compiles and runs and is generally happy, but my formatting
isn't there.
There isn't any functionality in the base class, just formatting (header
graphics and couple of hyperlinks).
Can someone point me in the right direction? Is it even possible, or should
I just stick with an HTML includes reference?
Thanks in advance...
P