I made a new section and in the main aspx page I added a control which inside it has a tabView with some custom buttons and custom functionality. They all work great.
I decided to add more tabs so I moved the TabView up to the aspx page and the idea is to have a different ascx control inside each tab.
The problem I have is the buttons of the tabView do not render or give me an error because of the lifecycle of the page and the order in which the controls render. The TabView is still null when I try to add to the buttons in the Init of the control and they load too late if I add them in the Load.
Umbraco already has examples of a tabbed view with different buttons in each tab so how can we achieve that?
adding buttons to tabView in new Umbraco section
Hi everyone,
I made a new section and in the main aspx page I added a control which inside it has a tabView with some custom buttons and custom functionality. They all work great.
I decided to add more tabs so I moved the TabView up to the aspx page and the idea is to have a different ascx control inside each tab.
The problem I have is the buttons of the tabView do not render or give me an error because of the lifecycle of the page and the order in which the controls render. The TabView is still null when I try to add to the buttons in the Init of the control and they load too late if I add them in the Load.
Umbraco already has examples of a tabbed view with different buttons in each tab so how can we achieve that?
Many thanks
I figured it out
is working on a reply...