You can't. The .NET message box is a function the runtime code, which in the case of an ASP.NET application is running on the server, not the client. You need to use client side script. Search the ASP.NET categories for the "alert()" client side javascript function.
|