Thanks for reply, however the base class can't access the property of master
page
"clickon" <(E-Mail Removed)> wrote in message
news:2A01DD12-C320-446A-A9CF-(E-Mail Removed)...
> You could try exposing the control as a property in the master page.
>
>
>
> "RedHair" wrote:
>
>> I have a ASP.NET 2.0 web page which inherits a customized base page class
>> and have a master page,
>> their relation is as below
>>
>> Customized base page class --> web page --> master page
>>
>> How to access the property and control of master page from the customized
>> base page class?
>>
>> Btw, I can access the server control of master page from base page class
>> via
>> Cast + FinndControl,
>> however this method doesn't work on access a user control. how to solve?
>>
>> Thanks in advance!
>>
>>
>>
|