Help with a Message box
-
im using vb in coding an asp.net page.. heres the error message i got when i tried to browse my project on a networked computer. Showing a modal dialog box or form when the application is not running in UserInteractive mode is not a valid operation. Specify the ServiceNotification or DefaultDesktopOnly style to display a notification from a service application. can anybody explain this to me?
-
im using vb in coding an asp.net page.. heres the error message i got when i tried to browse my project on a networked computer. Showing a modal dialog box or form when the application is not running in UserInteractive mode is not a valid operation. Specify the ServiceNotification or DefaultDesktopOnly style to display a notification from a service application. can anybody explain this to me?
Seem like you are using Windows MessageBox in Web application? Showing the messagebox on the server is not good... You should prefer to use client-side messagebox by using javascript.....
Thanks and Regards, Michael Sync ( Blog: http://michaelsync.net) If you want to thank me for my help, please vote my message by clicking one of numbers beside "Rate this message". Why vote? Plz Read it here. Thank you. :)