I have textbox "Description". This values are stored in database and retrieve to show the details page like,
Here, Description is there. But there is something more thn 1000 characters they enter and store. It is not prominent to display all characters. so i want to show first line of the description only.
My view is:
<div class="fourth-line">
Description: <%:item.Description %>
</div>
Here, how will limit the characters?any idea?