Hello, ASP.NET web form with JQuery UI tabs widget and four tabs. I would like to disable the latest three tabs when i click a submit button.
Thanks!
P.S. I know how to disable tabs in jquery
$( ".selector" ).tabs( { disabled: [1, 2] } );
I don't know how to do it in server side code :)