J
Jeff
Hi!
I was wondering if it is possible to access page properties in the
page's @Page directive. For example, if I had a property:
Public Property MyProperty ...
Can I set it using something like:
<%@ Page .... MyProperty="True" .... %>
I ask because I really dont want to handle every page's Load event just
to set this property.
Thanks!
I was wondering if it is possible to access page properties in the
page's @Page directive. For example, if I had a property:
Public Property MyProperty ...
Can I set it using something like:
<%@ Page .... MyProperty="True" .... %>
I ask because I really dont want to handle every page's Load event just
to set this property.
Thanks!