
Suppose sometimes we are saving HTML string into the database(SQL Server). Now when we want to display some limited characters on the web page like first 200 char, return string will not be proper HTML as it will leave some open HTML tag into it and hense it will not render HTML properely on the web...
