asp.net - How to call window.alert("message"); from C#? -


I have an exception on the basis of some condition and want to raise a warning when this catch block arrives

  hold (applicationException ex) {/ call.alert function call}} {/ code>   

Do you mean, a message box?

  message box. Show ("error message", "error title", message box button. OK, message box icon. Exclamation);  

More info here:


Comments