How to create a JQuery Tab with Asp.NET MultiView
- by Nasser Hajloo
I Do not know any JQuery and have to create a Tab with JQuery or JavaScript which works well with Multiview. And note that I have this kinds of tabs in more than 40 pages so I'm looking for a solution which works for all of them. This is my current Scenario
I have a Multiview and some Buttons above Multiview. Each Multiview contains a module (.ascx control) whenever User clicks on a button MultiView ActiveIndex Change to specific index.
Each Module (tab content) has some Ajax functionality and I want to change tab items with JQuery in order to prevent post backing page.
Please give complete code, cause I don't know any Jquery. Thanks in exprets