hi all,
how do we display a messagebox in ASP.net. i tried in this way
MsgBox("<script language='javascript'>successfully saved</script>")
but it displays a error message saying
"
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. "
can anyone help me out in solving this problem. :!: