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
67
Cannot change WindowState for WebDialogWindow if installed on SSL
posted

Hello-

We have recently developed a series of web apps with WebDialogWindows.  They have been effective and useful so far, but now we're testing on our production environment with SSL enabled on IIS, and the WindowState changes requested in code behind are ignored.  i.e., once the window is opened it won't close, or if we need it opened, it will not.   Can someone help with this?  Very embarrassing/frustrating to have to deal with this!

Parents
  • 12679
    Suggested Answer
    posted

    Hello Andy,

    I have tested a such scenario with WebDialogWindow /WDW/. I have put together a sample with WDW and asp button , initially the WDW is shown on the page on button click I am changing the state of the WDW to hidden and it works as expected: 

     

       16 protected void Button1_Click(object sender, EventArgs e)

       17 {

       18     WebDialogWindow1.WindowState

       19         = DialogWindowState.Hidden;

       20 }

    I am not sure what can be the cause of your issue but  based on the provided information by you I am not able to replicate the issue. 

    I would suggest to isolate this issue  in small sample and  attach it here. I will look into it.

    Thank you.

Reply Children
No Data