Reading data from database...
Hi there!
Im working on a text-application that lets you read a small text from the database on the startpage, and when you press "read more" you will get to read the whole text.
The "small" text may differ in leanght from different records, but I want my ASP code to limit the number of letters shown on the startpage (say a maximum of 350 letters) dispite the small text leangth (even if it is over 500 letters long, I still want only 350 letters show'n on the startpage). After 350 letters I want the ASP code to generate a "..." and "read more".
Anyone who knows how to make this possible?
|