How to display Alert in JavaScript and ASP.NET
Purushottam Rathore
Select an image from your device to upload
IN order to Show MessageBox you can add the MessageBox Class in your page and use MessageBox.Show("Your Message");
Response.Write("alert('Hello');");