Sending postback to ajax loaded user controls.
        Posted  
        
            by Paul Knopf
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by Paul Knopf
        
        
        
        Published on 2010-04-21T13:22:50Z
        Indexed on 
            2010/04/27
            12:33 UTC
        
        
        Read the original article
        Hit count: 346
        
I have a set of tabs, which all of them together contain alot of data. I am making the tabs load async. I have one button above the tabs used to save changes. I need this button to send a postback to all the loaded user controls (using this). I need the user control to handle this postback so it can save changes.
What do you think? Any suggestions?
© Stack Overflow or respective owner