0
kicks
JavaScript: Alert.Show(”message”) from ASP.NET code-behind
In Windows Forms it is very easy to pop up a status message by calling MessageBox.Show(“message”). It is that kind of object model we want in ASP.NET for printing out JavaScript alerts. We want Alert.Show(“message”) in ASP.NET. This is as easy as it gets.