Hi
My Html tag like this
<HTML>
<TITLE>Crystal Report Viewer</TITLE>
<BODY>
<img alt="Image" border="0" src="Images/logo.png" width="536" height="72" />
</BODY>
<HTML>
How to Read and Replace my Img Src tag like this
I need out put this
<HTML>
<TITLE>Crystal Report Viewer</TITLE>
<BODY>
<img alt="Image" border="0" src="https://www.google.co.in/test.png" width="536" height="72" />
</BODY>
<HTML>
how will do this any one solve this
Mark as Answer if its helpful to you
Kumaraspcode2009@gmail.com