Exiting the designer relaunches the designer
Exiting the designer relaunches the designer
I have a Webpage which has the designer as a user control. When the page loads, the designer launches. When I exit the designer, the designer relaunches. Does the designer need to be launched in a special way like from a link click?
Re: Exiting the designer relaunches the designer
Hello,
Sorry, maybe we did not exactly understand your question. Could you explain your issue in more details?
Thank you.
Sorry, maybe we did not exactly understand your question. Could you explain your issue in more details?
Thank you.
Re: Exiting the designer relaunches the designer
I have the designer control in the page. When the page loads the designer comes up. When I choose exit in the designer, I expect to get the web page but it loads the designer again. This means the designer is always taking the whole web page and I can't see the rest of the page.
Re: Exiting the designer relaunches the designer
Hello,
You can use the ExitUrl property of WebDesigner component. For example:
Thank you.
You can use the ExitUrl property of WebDesigner component. For example:
Code: Select all
<cc2:StiWebDesigner ID="StiWebDesigner1" runat="server" ExitUrl="Default.aspx" />
Re: Exiting the designer relaunches the designer
I think the idea then the designer should not load automatically when the page loads but through a mouse click. The ExitUrl will be the same page hosting the designer. The designer is on a tab and if the tab had focus then it will load the designer automatically in my case.
Re: Exiting the designer relaunches the designer
Hello,
Sorry, maybe we did not exactly understand your question.
Can you please clarify which page should be open by exit from the designer?
Thank you.
Sorry, maybe we did not exactly understand your question.
Can you please clarify which page should be open by exit from the designer?
Thank you.