nested master page problem
Tech Tip: Click here to run a free scan for Windows Errors and optimize PC performance
I have:
MasterPage.master
Then referencing it as master I have:
AnonymousUser.master and AuthenticatedUser.Master
I have:
Default.aspx and Login.aspx referencing AnonymousUser.master as their master
I have:
Workbench.aspx referencing AuthenticatedUser.Master as it's master.
On Login.aspx, I have DestinationPageURL="~/Workbench.aspx". However, after
the user is authenticated, they are redirected back to Default.aspx. I want
authenticated users to go to Workbench.aspx. I have not tried this
programatically and would like to keep the solution declarative. Any ideas
why it is not redirecting as expected?
.
Relevant Pages
- Re: New record ids from master to child
... constraints, Declarative Referential Integrity, datatypes, etc. in your ... In SQL we have "referenced" and "referencing" tables and DRI ... called to process multiple records in the master table. ... (microsoft.public.sqlserver.programming) - Re: Masterpage background-image
... Try setting up the style in a stylesheet and referencing the style there. ... It should make things easier all around, as images are relative to the css file, not the master page. ... I all works fine except on pages that are deeper than the Master Page folder level it doesn't display. ... (microsoft.public.dotnet.framework.aspnet) - RE: DELETE
... You will probably want to index the referencing / Child tables. ... If the Child tables are not indexed on their foreign keys, you'll get table scans on the child tables when SQL Server is determining if it's allowable to delete the Master row. ... (microsoft.public.sqlserver.programming) - Re: asp.net 2.0 master pages
... Jon ... > I believe they are referencing the master page by adding the MasterType ... > referenced from the consuming page via "Master". ... (microsoft.public.dotnet.framework.aspnet) - RE: menu on materpage
... do you mean when redirecting between two ... the original selected Status of the Menu control will lost.... ... this is the expected behavior because the Master page is created each ... |> When I click on a menu item the state is reset after the page is ... (microsoft.public.dotnet.framework.aspnet) |
|