Message box
-
How to put Message box in the application (Asp.net + c#) thunks Shriya
-
How to put Message box in the application (Asp.net + c#) thunks Shriya
-
Nope !! Two of the most common types of message boxes are alerts and confirms. A confirm message box prompts the user if they want to continue, and provides two choices: "OK" and "Cancel". An alert message box, on the other hand, simply presents a message to the user. There is no choice, here, just an "OK" button that the user must click to dispose of the message box. Regards, Bhupi Bhai.
-
How to put Message box in the application (Asp.net + c#) thunks Shriya
If it's ASP.NET, then you are going to have to write Javascript to show it.
Arthur Dent - "That would explain it. All my life I've had this strange feeling that there's something big and sinister going on in the world." Slartibartfast - "No. That's perfectly normal paranoia. Everybody in the universe gets that." Deja View - the feeling that you've seen this post before.
-
If it's ASP.NET, then you are going to have to write Javascript to show it.
Arthur Dent - "That would explain it. All my life I've had this strange feeling that there's something big and sinister going on in the world." Slartibartfast - "No. That's perfectly normal paranoia. Everybody in the universe gets that." Deja View - the feeling that you've seen this post before.
thnx for ur reply, i dont have any hands on script sincerly, shriya
-
Thnx for ur reply could u plzz give me the syntex for it.
-
Nope !! Two of the most common types of message boxes are alerts and confirms. A confirm message box prompts the user if they want to continue, and provides two choices: "OK" and "Cancel". An alert message box, on the other hand, simply presents a message to the user. There is no choice, here, just an "OK" button that the user must click to dispose of the message box. Regards, Bhupi Bhai.
thnx for ur reply, i wnt to use it with code, n not getting any idea sincerly shriya
-
thnx for ur reply, i wnt to use it with code, n not getting any idea sincerly shriya
You can learn more on Javascript from this: http://www.javascriptkit.com/javatutors/alert1.shtml Regards, Bhupi Bhai.
-
thnx for ur reply, i dont have any hands on script sincerly, shriya
Add this to your HTML source....
alert('Your message');
.: I love it when a plan comes together :. http://www.zonderpunt.nl
-
Add this to your HTML source....
alert('Your message');
.: I love it when a plan comes together :. http://www.zonderpunt.nl
There is no other word except to say thnx.. i must say tht i got the solution thanks AGAIN sincery, Shriya:)