Ask a Question related to Dreamweaver AppDev, Design and Development.
-
Mo*1 #1
Only show a certain amount of text on each page
Is there a way in ASP to only show a certain amount of text that is pulled
through from a database on each page?
I have a vast amount of text but only have a small amount of space to put it
in on each page - say about 7 lines of text...can I make a statement or is
there a behaviour that will only show 7 lines of text or a certain amount of
characters per page before going to the next?
Mo*1 Guest
-
Master page has text added automaticalllywhen I flow text to a new page that is based on it
Have the Adobe software engineers addressed this problem yet. I have a 200-page document that I've been fighting with for weeks. It is a document I... -
default paging, show page nr. text.
Dear sir, I am using the default paging function of datagrid. Below is my code. <PagerStyle NextPageText=">>>" PrevPageText="<<<"... -
working with large amount of text
I am working with a large amount of text ( abound 9 pages word ), and flash became really slow . Is that anyway that I can compress text or made it... -
How to display large amount of text in a dialog box?
Hi, My application has a movable modal dialog box. I want to display a large amount of text (approx 3 pages) in the dialog box which (text) is... -
How to send a big amount of data from an aspx page to another
Hi, I have webpage (sql.aspx) in asp.net with a big textbox. In this box, I generate SQL queries. Some of the queries can takes more than 2000... -
Julian Roberts #2
Re: Only show a certain amount of text on each page
You could use the Left() function. eg
Response.Write Left(Recordset1("myField"),200)
--
Jules
[url]http://www.charon.co.uk/charoncart[/url]
Charon Cart 3
Shopping Cart Extension for Dreamweaver MX/MX 2004
Julian Roberts Guest
-
Mo*1 #3
Re: Only show a certain amount of text on each page
Thats just what i was looking for - can this be done by no of lines as well?
like only let the text go onto 5 lines then next page?
Mo*1 Guest



Reply With Quote

