enumerate through asp.net webforms page controls, is it possible ?
        Posted  
        
            by Omu
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by Omu
        
        
        
        Published on 2010-05-14T19:47:33Z
        Indexed on 
            2010/05/14
            19:54 UTC
        
        
        Read the original article
        Hit count: 269
        
I'm trying to enumerate through all the Controls of a Page, but all I can find is thePage.FindControl(string) and the .Controls property doesn't has the controls that I have on the page. Anybody knows how to enumerate through all the controls of a web-forms page
© Stack Overflow or respective owner