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
410
Event to fire on web dialog window show method?
posted

Hello,

 I'd like to run some code in my ASP.NET code-behind when my web dialog window is shown.  The WindowsState of it is hidden.  I'm then showing it with the following BLOCKED SCRIPT

$find('incSection1_myWebDialog').show();

 

I have break point on the sub declaration in an event handler defined in my pages code behind that I'm not seeing get hit:

     Protected Sub stateChanged(ByVal sender As Object, ByVal e As Infragistics.Web.UI.LayoutControls.DialogWindowStateChangedEventArgs) Handles myWebDialog.StateChanged

    End Sub
 

When does the StateChanged get fired?  I have breakpoints on event handlers for the .Init and .PreRender events of my web dialog window and I see them get hit when my page is first loaded.

 -Eric

Parents Reply Children
No Data