ASP.NET User Control As FilterParameter
        Posted  
        
            by Steven
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by Steven
        
        
        
        Published on 2010-04-12T15:26:36Z
        Indexed on 
            2010/04/12
            16:52 UTC
        
        
        Read the original article
        Hit count: 382
        
When adding WHERE-clause parameters in a DataSource, you can specify an existing form control (textbox, dropdown, etc) by selecting "Source: Control" and then picking the "ControlID" from the next dropdown.
Can a user-control be configured to appear in the Controls list?
© Stack Overflow or respective owner