Abrir un mensaje tipo "alert" con code behind
Artículo por Club Developers · 05 abril 2006
2447 vistas
Se harÃa de la siguiente manera
csharp
string message; Response.Write("<body><script>alert(\"" + message + "\");</script></body>");