Hi friends
can U tell me how to show messagebox in asp .net on button click
I tried like
msgBox("Prompt",MsgBoxStyl
e.okonly,"
title")
but it is giving error that
"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. "
I want to try using jscript i.e. Alert() but I don't know how to show call jscript from button click
So plz help me.
Regards
Ajay
Start Free Trial