How do I customize the ASP.Net Bubble Event to pass an additional variable?
        Posted  
        
            by CowKingDeluxe
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by CowKingDeluxe
        
        
        
        Published on 2010-04-20T19:01:10Z
        Indexed on 
            2010/04/20
            19:03 UTC
        
        
        Read the original article
        Hit count: 267
        
I am using BubbleEvent to give events from a web user control to its parent (which is a Default.aspx with code behind page).
I would like to use BubbleEvent to not only pass the sender and event, but also an integer or another variable.
Is there a way to add a parameter to the BubbleEvent, or is there a different way I should be approaching this?
© Stack Overflow or respective owner