Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Displaying a messagebox
Message
 
À
01/07/2002 16:42:52
Jerry Tovar
Dana Corporation Dana It
Maumee, Ohio, États-Unis
Information générale
Forum:
ASP.NET
Catégorie:
Autre
Divers
Thread ID:
00674137
Message ID:
00674144
Vues:
24
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
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform