Colored Data in 1 String in a gridview in asp.net?
        Posted  
        
            by Kovu
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by Kovu
        
        
        
        Published on 2010-06-17T07:18:28Z
        Indexed on 
            2010/06/17
            7:23 UTC
        
        
        Read the original article
        Hit count: 164
        
ASP.NET
Hi,
I have a resultgridview from a search query.
In this gridview I have a name e.g. "aaaaaaaaaabbbbbbbbbbbbcccccccc"
If the user serach "bbbbbbbbbbbbbb" I will select the "bbbbbbbbbbbbbb" in the string in the gridview in red and bold.
how to do it?
© Stack Overflow or respective owner