How to create a JQuery Tab with Asp.NET MultiView
        Posted  
        
            by Nasser Hajloo
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by Nasser Hajloo
        
        
        
        Published on 2010-05-18T07:49:37Z
        Indexed on 
            2010/05/18
            7:50 UTC
        
        
        Read the original article
        Hit count: 290
        
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
© Stack Overflow or respective owner