Me too, I have this kind of problem.
Here's my simplified codes:
<IE:TABSTRIP id="tab2_2" runat="server" OnSelectedIndexChanged="Get_Something" >
Sub Get_Something(sender As Object, e As EventArgs)
...
End Sub
And nothing happens when I change the tab, though I implement a lot of actions in the function "Get_Something"
Please help. Thanks