Hello every one i have index page contain two tab i want if i go to draft tab and click on view button move to view page . view page contain back button i want when i click in back button back to index tab draft not tab master can anyone help me?
Regards
<div id="actions" class="border rounded-3 text-end mb-3 sticky py-2 px-2"> <a asp-action="Index#tabDraft" class="btn btn-secondary btn-sm fw-bold"> Back </a> </div>
i try this didnt work