Remove all styles from dynamic label in asp.net
        Posted  
        
            by kad1r
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by kad1r
        
        
        
        Published on 2010-04-19T20:27:08Z
        Indexed on 
            2010/04/22
            20:43 UTC
        
        
        Read the original article
        Hit count: 194
        
I have a label and I got some text from database. text format like: Windows Server 2008 ...etc But sometimes there are different fonts or something like style. How can I remove all of them quickly?
I know I can make it with replace command. But is there any quick way for it?
© Stack Overflow or respective owner