Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Displaying a messagebox
Message
 
To
01/07/2002 16:42:52
Jerry Tovar
Dana Corporation Dana It
Maumee, Ohio, United States
General information
Forum:
ASP.NET
Category:
Other
Miscellaneous
Thread ID:
00674137
Message ID:
00674144
Views:
23
In order to do this, you will have to inject code into the client side
to bring up the messagebox in JavaScript. The code that is run in ASP.NET
pages is on the server side, and you definitely don't want to bring up a
message box there.

Use the Alert function in JaveScript like:

Alert("Hello");


>Using C#.
>
>How can I display a messagebox and return a value in a webform?
>
>Thanks,
>
>Jerryt
-----------------------------------------

Cathi Gero, CPA
Prenia Software & Consulting Services
Microsoft C# / .NET MVP
Mere Mortals for .NET MVP
cgero@prenia.com
www.prenia.com
Weblog: blogs.prenia.com/cathi
Previous
Reply
Map
View

Click here to load this message in the networking platform