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
240
WebDialog box for Exception Handling
posted

Hi, I'm trying to use a WebDialog box as part of my Try...Catch statement and can't seem to get the box to open...heres my code. Any help would be appreciated

Catch Ex As Exception

Me.wdbMsgBox.WindowState = Infragistics.Web.UI.LayoutControls.DialogWindowState.Normal

lblError.Text = (Ex.Message)

End Try

Thanks
Marc

Parents Reply Children