show/hide this revision's text 2 edited tags
show/hide this revision's text 1

How to divide a Literal into two parts

I am displaying content from my database in my Literal control kept on an asp.net page.

I want to fetch all the data, but using script display only a portion to the user. A link called 'Read More..' will get dynamically added at the end of the text. If the user enjoys reading a portion, he/she can click 'Read More..' and go through the entire article.

How can I create such a functionality?