Hii all ,
I'm implementing one mail sending application ..in that once the user entered the server details and credentials ..it has to send the mail to the respective user..
Here in the Send button click event im implementing all the logic...if the user enters the wrong data/provide no data i need to alert the user with a popup saying that you have not enterd the data ...
How to display tht popup in asp.net ..on client side i know how to call the popups using javascript..but how to implement the same on server side..
Thanks in advance.
Rgds,
BTR.
I'm implementing one mail sending application ..in that once the user entered the server details and credentials ..it has to send the mail to the respective user..
Here in the Send button click event im implementing all the logic...if the user enters the wrong data/provide no data i need to alert the user with a popup saying that you have not enterd the data ...
How to display tht popup in asp.net ..on client side i know how to call the popups using javascript..but how to implement the same on server side..
Thanks in advance.
Rgds,
BTR.
Comment