views:

239

answers:

0

I have an UltraWebTab which I'm using in my application. The tab just consists of a textbox for the user to enter an email address. When the user clicks on the add button after entering the email address, an SMTP server tries to send an email to that address.

However, if the SMTP server is down, it logs an exception. My application just doesn't work for some time after logging the exception, and then it starts working again after some time. Is there something I need to look for inside the UltraWebTab ASPX page, like UpdatePanel, etc?

related questions