Hi
I read html file using streamReader here how to read and replace particular tag
for ex : img src attrribute replace how will do this
This is my html file
<html>
<b>ddd</B>
<img alt="Image" border="0" src="Home.png" width="536" height="72" />
<u>Test<u>
</html>
here how to read and replace src tag Home.png to Test.png how will do this
Mark as Answer if its helpful to you
Kumaraspcode2009@gmail.com