I am using SQL Server 2012 and my data and image is inserted from a richtextbox from asp.net and I need help to display only text, not image, from the specific field from the table.
Here is an example:-
<p>The Brando is an exquisite luxury resort on French Polynesia’s breathtakingly beautiful private atoll of Tetiaroa,
<img style="width: 100%;" src="../images/InfrastructureImage/The Brando, French Polynesia 2.jpgc05350ab-ba5d-465f-91da-4b9edb8fce47.jpg"
alt="The Brando, French Polynesia 2.jpg" />
</p>
into this example I want only text not image which is on the <img>
tag I want to remove the complete image tag. I need help fetching only the text.
Please help me with this