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
175
Open WebDialogWindow in Code Behind
posted

Hi There,

I would like to declare a WebDialogWindow and open it in my code behind page to show a message when something is wrong. How would I do that.

Thanks for the help.

Best Regards,

Steve. 

Parents
  • 8607
    Suggested Answer
    Offline posted

    Hello Steve,

    Please refer to this topic for more information on how to open a WebDialogWindow from the code-behind.  If you want to declare it also in the code-behind instead of using the designer, you can use the same topic to get the important property names (they are hyperlinked).

    To show the dialog window from the code behind:

    this.WebDialogWindow1.WindowState = Infragistics.Web.UI.LayoutControls.DialogWindowState.Normal;


    Elizabeth Albert
    Localization Engineer

Reply Children