vb.net master page needs to save data in session after calling pages change
        Posted  
        
            by ferrre
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by ferrre
        
        
        
        Published on 2010-04-15T21:58:30Z
        Indexed on 
            2010/04/15
            22:03 UTC
        
        
        Read the original article
        Hit count: 164
        
i have 1 master page with 5 dropdownlists on it. The thing is, the master page has href's to aspx pages that use this master page as pagebehind. now lets save i am in page1.aspx with master1.master as pagebehind. If i select couple of dropdownlists, and then click on an href, the whole master page reloads. how do i catch this in session before postback?
© Stack Overflow or respective owner