Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
500
Change Selected Tab of UltraWebTab Using Javascript
posted

HI, I would like to change the selected tab of the ultrawebtab using Javascript. I have tried the following and it does not work. It gets an error stating object does not support this property or method.

(document.getElementById("<%=UltraWebTab1.clientID%>").setSelectedIndex(0));

What is the correct code to do this?

Thank you.

Parents Reply Children
No Data