CRM 4.0 - Iframe question

Отвечено CRM 4.0 - Iframe question

  • Thursday, February 26, 2009 5:21 PM
     
     
    Hello all,

    I am creating an iframe that will contain a custom page. The page I am creating for CRM already exists in our customers site. This page, however, uses special Telerik controls and web user controls. My question is this. Is it possible to add these other items to the CRM project? I would like to keep this page as similar as possible. Is it possible to add the Telerik DLLs to the CRM project to get that functionality? Is it possible for a custom page in an iframe to include more than one actual web page, ie - ascx pages?

    The example I have from chapter 13 of "Prgramming Microsoft Dynamics CRM 4.0" only adds one custum aspx page to the Iframe.

    Thanks in advance,
    Mike

All Replies

  • Thursday, February 26, 2009 5:28 PM
    Moderator
     
     Answered
    Hi Mike,

    It sounds that you have two questions regarding to iframe.

    1. Is it possible to add these other items to the CRM project?

    What .net version are the Telerik controls? Are the controls running using .net framework 2.0? Are they running on it's own app pool?

    2. Is it possible for a custom page in an iframe to include more than one actual web page?

    By default, you can set one URL to the iframe, however through client scripting, you may dynamically set the iFrame's URL to whatever you like. There are many posts out there on how to set iframe URL using JavaScript.

    Hope this helps!
    刘嘉鸿 Darren Liu
    • Marked As Answer by Jim Glass Jr Friday, July 17, 2009 4:57 PM
    •