I have following html, there more td's but have put only few of below. I want to get value of value of TD which has id "hdNumber" through c# code.I want to use regular expression. sometime when come generate html from window live for (email) it may be possible that it render html like "8332 without quotation marks before and after id. I want to get number 8332 only.
<table>
<tr>
<TD style="COLOR: #666" vAlign=top>
Good<TD>
<TD id="hdNumber"
style="BACKGROUND: white; COLOR: white; DISPLAY: none">8332
</TD>
</tr>
</table>