Technical support This forum is closed.
Version 1.x > Technical support > handling popups in kentico View modes: 
User avatar
Member
Member
kamran - 9/18/2006 10:01:09 AM
   
handling popups in kentico
If you have pages which doesnot require master pages, such as pop ups. How can one use them through kentico. For example i have a user control placed in a page template, whose primary function if to open a popup and display the same information without any header and footer. The control is basically made of a simple hyperlink. This control also passes a value as a querystring, such as id.

Now in kentico how can i manage this web page. Also the contents on the web page are being displayed from another database but not from the database which kentico installs.

Our requirement is to manage the web pages through kentico but the data manipulation and other related stuff would be done through other database.

Also i understand if i use resolve url, it will bring up the web page. However what i really want to do is put the web page in kentico and then call it. It allows the flexibility to change the design such as images and other things through kentico. More or less the same as what we do with page tempaltes. (Just an idea, i dunno if its possible or not)

Looking forward to your reply, thank you

User avatar
Guest
admin - 9/18/2006 10:48:52 AM
   
Re: handling popups in kentico
Hello,

you can create pages that do not use master page. If you meant "page templates", you need to use either page templates or you can define pages that redirect user to some non-CMS page (the type of the page is not "page template" but "url address" - you can set this when you edit the page).

If you want to dispaly content from other databases, you can use standard ADO.NET to retrieve it and display on Kentico CMS-based web site.

Best Regards,