ultrawebtab

UltraWebTab not refreshing error

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...

Infragistics UltraWebTab

Im using Infragistcs UltraWebTab. The code is shown below ` <div class="tab-content"> <asp:Panel ID="PnlGeneral" runat="server"> <table width="100%" border="0" cellspacing="0" cellpadding=...