Regex Problem(C#)
        Posted  
        
            by oraclee
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by oraclee
        
        
        
        Published on 2010-05-12T08:28:30Z
        Indexed on 
            2010/05/12
            8:34 UTC
        
        
        Read the original article
        Hit count: 290
        
Hi all;
Html Code:
<TD style="DISPLAY: none">999999999</TD>
<TD class=CLS1 >Name</TD>
<TD class=BLACA>271229</TD>
<TD>220</TD>
<TD>343,23</TD>
<TD>23,0</TD>
<TD>222,00</TD>
<TD>33222,8</TD>
<TD class=blacl>0</TD>
<TD class=black>0</TD>
<TD>3433</TD>
<TD>40</TD>
i need td in value how to make csharp, i wanna string array;
999999999
Name
271229
220
pls help
© Stack Overflow or respective owner