C
Coleen
I'm using MS .Net Version 7, using VB .Net working on a "simple" web page.
All I want to do is display a messagebox. I tried using Messagebox.Show,
and get an error that Messagebox has not been declared. I tried using
MsgBox (like we used in VB 6) but this throws application errors every time
I run it I get the error "It is in valid to show a modal or form when the
application is not running in UserInteractive mode. Specify the
ServiceNotification or DefaultDesktopOnly style to display a notice from a
service application" I tried Response.Write, which just puts the message in
the background of my web page, not popping up like a REAL MsgBox! Please
help with this, this should be SIMPLE!!! TIA
Coleen
All I want to do is display a messagebox. I tried using Messagebox.Show,
and get an error that Messagebox has not been declared. I tried using
MsgBox (like we used in VB 6) but this throws application errors every time
I run it I get the error "It is in valid to show a modal or form when the
application is not running in UserInteractive mode. Specify the
ServiceNotification or DefaultDesktopOnly style to display a notice from a
service application" I tried Response.Write, which just puts the message in
the background of my web page, not popping up like a REAL MsgBox! Please
help with this, this should be SIMPLE!!! TIA
Coleen