C
Chuck Traywick
I am trying to get a message box to work in a web form.
The code looks right
But when I browse the form I get
It is invalid to show a modal dialog or form when the
application is not running in UserInteractive mode.
Specify the ServiceNotification or DefaultDesktopOnly
style to display a notification from a service application
Is there something that explains how to do this.
I want the user to click a button on a web form and then
have a prompt to the user and then have the code perform
based upon the user response.
Thanks
Chuck
The code looks right
But when I browse the form I get
It is invalid to show a modal dialog or form when the
application is not running in UserInteractive mode.
Specify the ServiceNotification or DefaultDesktopOnly
style to display a notification from a service application
Is there something that explains how to do this.
I want the user to click a button on a web form and then
have a prompt to the user and then have the code perform
based upon the user response.
Thanks
Chuck