Hello there,
I have a scenario in which i need to do some processing on client side whenever a tab is selected. I am using OnClientTabSelected event for this. The problem is that the JS function associated with this event is never called when I click an already selected tab. I need to redo my processing in this case. It seems that tabstrip control doesn't raise the event when you click an already selected tab. Please help.