Hello,
I'm trying to use ASPxPageControl ase a template for my wizard. I put buttons on each page and connected it to javascript which simply changes active page, for example:
Pc1Client.SetActiveTab(Pc1Client.GetTab(1));
It works correct when tabs are visible but when I set
ASPxPageControl1.ShowTabs = "false"
then when trying to change tab by clicking my button an error is raised (sth that formant with that name already exists or sth like that, i ve got error message in polish )
Am I doing anything wrong ?
Thanks for help