This question is locked. New answers and comments are not allowed.
Regarding your TabStrip and more specifically it’s load on demand feature which as you say:
“The request is performed only once. After that the content is rendered on the page and TabStrip shows/hides it without performing additional Ajax requests.”
The issue I have is that I want to get the content again every time the user clicks the tab.
I’ve coded round the problem by add an onSelect javascript function which uses ajax to get the content of the tab – the problem here is that the first time the tab is clicked the event handler goes and gets the data, then the tab strip goes and gets it.
Is there any way to make the tab strip get the data every time the tab is clicked?
Thanks,
Michael.