MsgBox in ASP.NET 1.1
-
Hi all, I am facing a strange problem which is driving me crazy. I am using MsgBox("Hi",somestyle,"Title").It was working fine for days.But now all of a sudden I am getting an error of the sort "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." My application is completely ready and is on the verge of being deployed on the server.Plz help me out. :(
-
Hi all, I am facing a strange problem which is driving me crazy. I am using MsgBox("Hi",somestyle,"Title").It was working fine for days.But now all of a sudden I am getting an error of the sort "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." My application is completely ready and is on the verge of being deployed on the server.Plz help me out. :(
-
Hi all, I am facing a strange problem which is driving me crazy. I am using MsgBox("Hi",somestyle,"Title").It was working fine for days.But now all of a sudden I am getting an error of the sort "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." My application is completely ready and is on the verge of being deployed on the server.Plz help me out. :(
You can't use a message box in asp.net. try something like page resgisterstartupscript " alert('" + yourMessageText + "');"
I didn't get any requirements for the signature
-
Hi all, I am facing a strange problem which is driving me crazy. I am using MsgBox("Hi",somestyle,"Title").It was working fine for days.But now all of a sudden I am getting an error of the sort "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." My application is completely ready and is on the verge of being deployed on the server.Plz help me out. :(
u can add it as a server control. someone has created one already. see if this one works A Simple ASP.NET Server Control: Message Box & Confirmation Box[^]
-
u can add it as a server control. someone has created one already. see if this one works A Simple ASP.NET Server Control: Message Box & Confirmation Box[^]
but what can be done if a confirmation masssage box is to be popped up only after certain condition is full filled