Messagebox
How to create a messagebox with 'yes' and 'no' button. If the user clicks 'yes' then some codes will be executed. If the user clicks 'no' then just close the messagebox.
View RepliesHow to create a messagebox with 'yes' and 'no' button. If the user clicks 'yes' then some codes will be executed. If the user clicks 'no' then just close the messagebox.
View RepliesI am not clear ... whether to use alert of javascript or messagebox of VBScript in ASP. But what i want is that when a user has some error i want to display a pop-up kind of a thing saying "you have not entered all the values" ... and when he click "ok" then he should be directed to the same page where he was enterign the values. I tried this but in my case i am just being redirected to the page ..and my message box in not being popped up! Code:
View Replies View RelatedI use this "HyperLink1.NavigateUrl = "aouimyeoe esting.bat" to run
the batch file. The windows will show a messagebox "RUN" "SAVE" OR
"CANCEL". I want to run the batch file directly and without any
prompted action.
My requirement is to run a code snippet (at WebServer) on session start of an ASP.NET application. The problem is that this code snippet has lots of MessageBox.Show() events, which on being hit show an obvious error:
"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 problem is that I cant change the code, so i need a work around. Is there a way to run the code, by getting by these Message Alerts, which can keep popping at the WebServer end ??