Tycoon Talk
Become a Big fish!
The number 1 forum for online business!
Post topics, ask questions, share your knowledge.
Tycoon Talk is part of Freelancer.com - find skilled workers online at a fraction of the cost.

ASP.NET Forum


You are currently viewing our ASP.NET Forum as a guest. Please register to participate.
Login



Reply
Old 10-31-2006, 01:21 PM Formatted Text
Skilled Talker

Posts: 95
Trades: 0
I'm trying to read text from an SQL table that was entered with Access with Formating.

How do i read it back via asp vbscript to include the formatting, currently i'm just getting it as one long string.

Example:

i get

aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa aaaaaaaaaaa 1.aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa2.bbbbbbbbbb 3.ccccccccccccc

I would like to get
aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa aaaaaaaaaaa
1.aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
2.bbbbbbbbbb
3.cccccccccccccccc

Hope that makes sense
Thanks for any help
higginbt is offline
Reply With Quote
View Public Profile
 
 
Register now for full access!
Old 10-31-2006, 04:02 PM Re: Formatted Text
ADAM Web Design's Avatar
Canadastaninianite

Posts: 5,938
Name: Adam for web page design, not program
Location: Toronto, Ontario, Canada
Trades: 0
Code:
Output_String = (all that slop you typed in above)
If Output_String <> "" then
     Output_String = Replace (Output_String, vbCrLf, "<br />") ' This replaces all Visual Basic line feeds with HTML line breaks.
end if
Response.Write Output_String
__________________

Please login or register to view this content. Registration is FREE
|
Please login or register to view this content. Registration is FREE
(my blog)


Please login or register to view this content. Registration is FREE
(with proof)

Last edited by ADAM Web Design; 10-31-2006 at 04:03 PM..
ADAM Web Design is offline
Reply With Quote
View Public Profile Visit ADAM Web Design's homepage!
 
Reply     « Reply to Formatted Text
 

Thread Tools Search this Thread
Search this Thread:

Advanced Search

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are Off
Refbacks are Off





   
RSS Feed  Feeds: RSS   JS   XML
RSS Feed  Feeds for this forum: RSS   JS   XML



Page generated in 0.11666 seconds with 12 queries