D
Daves
now let's say I have a class that I want to include in all my aspx pages.
It's just a simple class containing some properties and constants. Since
it's not a user control (aka @Register ...) - how would I include it in my
pages? And should I create a .bin assembly for this or just a .cs file?
It's just a simple class containing some properties and constants. Since
it's not a user control (aka @Register ...) - how would I include it in my
pages? And should I create a .bin assembly for this or just a .cs file?