the proper way is to define an interface (in app_code) and have pages
that have the variable implement the interface. then the master page can
just cast this.Page to the interface and access the variable. this way
the master page can easily detect pages that do not.
-- bruce (sqlwork.com)
> Hi,
> I havea variable in cotent page. I want to read that variable into
[quoted text clipped - 4 lines]
>
> Shailesh
Shailesh Patel - 03 Dec 2007 17:22 GMT
Hi Bruce,
Can you please give me some short example to understand better.
I apperetiate your feedback.
Thank you.
> the proper way is to define an interface (in app_code) and have pages that
> have the variable implement the interface. then the master page can just
[quoted text clipped - 11 lines]
>>
>> Shailesh