SQL Query wildcard search
        Posted  
        
            by 
                gabrielVa
            
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by gabrielVa
        
        
        
        Published on 2011-03-13T16:04:11Z
        Indexed on 
            2011/03/13
            16:09 UTC
        
        
        Read the original article
        Hit count: 251
        
Hi everyone,
Im writing a C# web page thats tied to a listview. My lcient would like to eb able to type in something or part of something that it would show results. For example he wants a textbox where he may put in a phone number, part of a phone number, a name, city or whatever and there would be a SP of sorts that finds then lists the info. How can I accompish this in either a SQL Sp or within VS 2010?
© Stack Overflow or respective owner