Page 1 of 1

Exiting the designer relaunches the designer

Posted: Thu Nov 13, 2014 7:14 am
by Craig
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

Posted: Fri Nov 14, 2014 1:22 pm
by Alex K.
Hello,

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

Posted: Fri Nov 14, 2014 7:05 pm
by Craig
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

Posted: Mon Nov 17, 2014 11:18 am
by Vladimir
Hello,

You can use the ExitUrl property of WebDesigner component. For example:

Code: Select all

<cc2:StiWebDesigner ID="StiWebDesigner1" runat="server" ExitUrl="Default.aspx" />
Thank you.

Re: Exiting the designer relaunches the designer

Posted: Mon Nov 17, 2014 8:17 pm
by Craig
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

Posted: Tue Nov 18, 2014 6:59 am
by Alex K.
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.