Is it possible to change the selected tab without causing a postback to happen?I have a button which calls a javascript function. This always causes a postback, but just clicking on the tab with the mouse does product a postback.
Thanks David
This should only happen when the AutoPostBack property is set to true.
http://help.infragistics.com/Help/NetAdvantage/NET/2008.2/CLR2.0/html/Infragistics2.WebUI.UltraWebTab.v8.2~Infragistics.WebUI.UltraWebTab.UltraWebTab~AutoPostBack.html
How are you initiating your script?
This query has been answered in another question "navigate to tab using another control". FYI - AutoPostback was not switched on. Thanks for the reply David