hello,
I have a page default.aspx on which i have a button.
I want when user click on button a mail sent to user but the mail code should be written in seperate service so user is free after button click but in back end that services call to send mail.
seperate service means generic handler so on button click event a request sent to generic handler and it could send the email to user