I would like to know in the Page Load event of my MasterPage.Master , page has sent request. will be loaded as content into content.
Suppose a user clicks on my web page <a href="Login.aspx">Login</a> , can I get this value from the Page Load event of my MasterPage.Master for further processing?
Dim ThePageThatWillLoadAsChildIs as string =
You see that I would like to use this, so when the request page is ex Login.aspx, add some attributes to the form element of my web page.
source share