I’ve attached a handler to TabControl.SelectedIndexChanged in order to run code server-side when the user switches tabs on the tab control. This works when I run a debug build locally, but when I deploy a release build to Azure, it seems that this event isn’t firing.
What am I missing, or what other mechanism should I be using to intercept switching tabs?
Check with F12 in Chrome in case there is a communication or js error. In general it makes no different to Wisej where it’s deployed. It doesn’t even know it since it all goes through an IHttpHandler.
I just published this using the VS publishing tool: http://wisejscrollablepanels.azurewebsites.net/
Please login first to submit.