Using HistoryPoints in NET 3.5...
I can select the tab in the onnavigate event but since this event occurs AFTER the page_load
I am unable to trigger the server side TabClick event which loads the content of the tabs.
The content of each tab is a user control that is loaded by the TabClick event. This event
is not been fired by the Ajax history onnavigate event.
The onnavigate event does fire the page_load BUT it does it before it executes and sets
the tab.selectIndex property.
Any suggestions/solutions would be most appreciated as usually :)
I can select the tab in the onnavigate event but since this event occurs AFTER the page_load
I am unable to trigger the server side TabClick event which loads the content of the tabs.
The content of each tab is a user control that is loaded by the TabClick event. This event
is not been fired by the Ajax history onnavigate event.
The onnavigate event does fire the page_load BUT it does it before it executes and sets
the tab.selectIndex property.
Any suggestions/solutions would be most appreciated as usually :)