How can I save asp:HiddenField value across postback?
If you change the hidden fields value using JQuery and after that the page get refreshed, the hidden fields value will be the new value. now access the same using JQuery.
var currentTab = $('#hdnFld').val();