Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
60
How to set a webpage to open in a dialog window?
posted

 Hello,

 I´m starting to use the new WebDialogWindow control in infragistics 8.1 version, but i´m dont know how to open a webpage inside a dialog window. 

I´m trying to write an iframe for after to open a webpage, it´s correct? It´s possible to open a webpage? 

Thanks for help.  

Parents
  • 28464
    posted

    I believe the easiest approach would be to use the ContentUrl property of the ContenPane setting of WebDialogWindow, for example

       <cc1:WebDialogWindow ID="WebDialogWindow1" runat="server" Height="300px"
            Width="400px">
            <ContentPane ContentUrl="http://www.google.com"></ContentPane>
        </cc1:WebDialogWindow>

    If this does not help or is not applicable in your scenario - please, let me know. 

Reply Children