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.
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.