If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

 
Go Back  dBforums > Data Access, Manipulation & Batch Languages > ASP > <td width ='80%' align = 'left'><b><% Response.Write Replace(rsx("Text"), vbCrLf, "<B

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 07-20-06, 15:32
theogtlc theogtlc is offline
Registered User
 
Join Date: Jul 2006
Posts: 4
Question <td width ='80%' align = 'left'><b><% Response.Write Replace(rsx("Text"), vbCrLf, "<B

Ok I know this question is going to be all over the map. First of I have an ASP sight which pulls info from a database and then is formatted to a excel web sheet.

My problem is, is that when ever the customer inputs thier info with a <ENTER> or vbCrLf it causes the data to shift to a new cell row. Yet if I don't do the ....
<% Response.Write Replace(rsx("Text"), vbCrLf, "<br/>")%>
It all remains in one cell.

In excel to have a character return you have to ALT+ENTER

does any one know if there is a value for this key combination that will work?
Reply With Quote
Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

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 On
Pingbacks are On
Refbacks are On