C
Chris
I have a class library which sits in a dll and adds controls to a aspx page
which calls it. I have been passing it the page object. Is there any way I
can reference the page from within the class with out passing it the page
object. Its an extra line of code I could do without.
which calls it. I have been passing it the page object. Is there any way I
can reference the page from within the class with out passing it the page
object. Its an extra line of code I could do without.