Sending Email from ASPX page

  • Thread starter Thread starter Hardy Wang
  • Start date Start date
H

Hardy Wang

I got error message "Asynchronous operations are not allowed in this
context. Page starting an asynchronous operation has to have the Async
attribute set to true and an asynchronous operation can only be started on a
page prior to PreRenderComplete event."
 
I ended with using delegate to implement asynchronous email sending.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top