I\'m trying to stay on a specif tab ( in this case tab2 ) but after clicking the submit button the tab reverts to tab 1 which has the default class of active. I have hit a b
You could store the "id" of the selected tab inside a variable when the user clicks the send button and restore it after the form is posted to the server.
Take a look at the Form events for more information