Can I trigger an Update Panel from a Drop Down list in a User Control
        Posted  
        
            by Jisaak
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by Jisaak
        
        
        
        Published on 2010-03-23T19:49:01Z
        Indexed on 
            2010/03/23
            19:53 UTC
        
        
        Read the original article
        Hit count: 362
        
I have a user control in a master page with two drop down lists. When the user selects an item out of either ddl, I want to load a specific user control inside an update panel on the content page. I know how to load the controls in the update panel, but I can't figure out how to get the user control to trigger the update panel. Any suggestions are very much appreciated.
© Stack Overflow or respective owner