Hi @Aypn CNN ,
According to your description, I test the code you provided, and modify some code in javascript to fix this issue ( both jquery ready()
and MyScript()
) . Like this:
var tabs = $("#tabs").tabs({
select: function (e, i) {
selected_tab = i.index;
$("[id$=selected_tab]").val(selected_tab);
}
});
What you are missing is to record the user's choice and save it in HiddenField.
Best regards,
Xudong Peng
If the answer is helpful, please click "Accept Answer" and upvote it.
Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.