R
Rbrt
There is a lot of good material related to using Master Pages for formatting
controls and putting common design elements on multiple pages.
I have VB.NET code that is common to all of my pages for doing things like
rendering controls, making database connections, instantiating custom
classes, etc...
I am trying to figure out how to put code in the Master Page that will
address controls on the content pages which use that master - say for example
to set the text and tooltip of a button or label.
Is this possible? If so, how?
I tried defining a BasePage class and inheriting from that, but am having
trouble with the declarations for the events in the inheriting page.
Thanks!
controls and putting common design elements on multiple pages.
I have VB.NET code that is common to all of my pages for doing things like
rendering controls, making database connections, instantiating custom
classes, etc...
I am trying to figure out how to put code in the Master Page that will
address controls on the content pages which use that master - say for example
to set the text and tooltip of a button or label.
Is this possible? If so, how?
I tried defining a BasePage class and inheriting from that, but am having
trouble with the declarations for the events in the inheriting page.
Thanks!