hi every one .. I want to parse product name , price from source kod of web site by using C#. Example in that code I want to take PANASONIC BB-HCM515CE CCD MEGAPIKSEL POE VIDEO, 838,8 € + KDV,2.081,52 YTL,Havaleye %3 İndirim: with 2.019,07 YTL. But that code is not just between the <table> </table> , code is in source code of website.. thx a lot ..
<table border="0" width="200" height="95" cellspacing="0" cellpadding="0">
<tr>
<td width="200" height=30 colspan="2" class=urunadi align=center><a class=urunadi href="detay.asp?kod=463250004">
PANASONIC BB-HCM515CE CCD MEGAPIKSEL POE VIDEO</a></td>
</tr>
<tr>
<td width="97" height=90 align=center rowspan="2"><a href="detay.asp?kod=463250004"><img border="0" src="rsm.asp?p=463250004&w=90&h=90" OnError="this.src='urunresimleri/TN_fotoyok.jpg'"></a></td>
<td width="100" height=18 class=koyukirmizi align=right valign=bottom></td>
</tr>
<tr>
<td width="100" height=80 class=koyukirmizi align=center><a href="BLOCKED SCRIPT;">
<img border="0" src="resimler/sepetekle.gif" onclick="parent.sepet.location.href='minisepet.asp?durum=sepete_ekle&kod=463250004'" align="right"></a></td>
</tr>
<tr>
<td width="200" height=5 colspan="2" class=fiyat1 valign=top>Fiyat : <a class=fiyat2>838,8 € + KDV</a></td>
</tr>
<tr>
<td width="200" height=5 colspan="2" class=fiyat1>KDV Dahil : <a class=fiyat2>2.081,52 YTL</a> </td>
</tr>
<tr>
<td width="200" height=5 colspan="2" class=fiyat1>Havaleye %3 İndirim: <a class="koyukirmizi">2.019,07 YTL</a></td>
</tr>
</table>