Can anyone tell me how to show alert message inside the .cs file of class library project in c#?
I am calling a method of cs file in classlibrary project. Whenever the control comes to the alert message statement inside the method, alert message should be shown on the web page(aspx) and the next statement to the alert message statement should not be executed.