Hello...
Can I add a custom attribute in the page directive so his value can be loaded in Code Behind?
For example if I have this page directive:
<%@ Page Language="C#" myAttribute="Section1" AutoEventWireup="true" CodeFile="home.aspx.cs" Inherits="home" Title="Welcome Home" %>
I need to get the value "Section1" of myAttribute in my Code Behind....
Is it possible?
Thanks!
...
Go to the complete details ...