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
804
How to render visible in code behind?
posted

How to render visible in code behind, if I hide the webDialogBox in javascript

dialogWindow.hide();

 

thx

Gabriel Deschênes

Parents
No Data
Reply
  • 995
    Suggested Answer
    posted

    Hi ,

    To make visible the WebDialogWindow on server side after it has been hidden at client side,  you should use following code:

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

Children
No Data