Using the DevExpress ASPXTabControl, How do i determine which Tab has been clicked with Javascript on Client Side.
I've got multiple tabs, each containing a callback panels which loads data. This is all working however when any tab is clicked all data is loaded.
I'd like to determine which tab was clicked and only PerformCallback on the related callbackpanel.