Using vb.net i need to get the value from webpage content and it has to be saved in excel file.
The page source as follows
<tr>
<td class="data" align="left">te st</td>
<td class="data" align="right">6 4,491</td>
<td class="data">&n bsp;</td>
<td class="data" align="left">te st</td>
<td class="data" align="right">6 4,491</td>
<td class="data">&n bsp;</td>
</tr>
Need to grab the value 64, 491 from this source automatically.
How to do it. And i am new to vb.net so please bare with me.
Looking forward for any assistance.
The page source as follows
<tr>
<td class="data" align="left">te st</td>
<td class="data" align="right">6 4,491</td>
<td class="data">&n bsp;</td>
<td class="data" align="left">te st</td>
<td class="data" align="right">6 4,491</td>
<td class="data">&n bsp;</td>
</tr>
Need to grab the value 64, 491 from this source automatically.
How to do it. And i am new to vb.net so please bare with me.
Looking forward for any assistance.