I want to redirect to another view from a view. The view i will redirect to has tabs and once I am redirected I want tab # 3 to open/selected. Tab #3 has partial view, which will open once it is selected.
Can someone help, please. If more info is needed, I can send. Here is what I have so far.
<script>
$(function () {
$("#tabs").tabs();
<script>
This is for the button that will redirect to Index view in manage controller.