D
djc
one of my database fields (MSDE 2000) is of datatype TEXT. This is a long
field were users will enter long descriptive text. On the data entry form
the users will of course put cariage returns and tabs ect.. to format what
they are entering. For example:
-----------------------------sample----------------------------
Please do the following:
1) some text here for the first thing
2) some text here for the second thing
3) some text here for the 3rd thing
I'm sure you get the point.
----------------------------------------------------------------
The problem is when I later display this data on a details page none of the
control characters (tabs, carriage returns) are used. It just displays like
this:
--------------------------sample--------------------------------
Please do the following:1) some text here for the first thing2) some text
here for the second thing3) some text here for the 3rd thing
I'm sure you get the point.
----------------------------------------------------------------
How can I make the items display with there control characters? I can see
when viewing the html generated by the page that these breaks and such are
there but of course all that 'whitespace' is ignored by html/browser? what
can I do? I'm using a repeater control to repeat all detail entries for a
specific issue ID in a simple issue tracking system. Do I need to use a
textbox? any other options?
any input is apprecated. Thanks.
field were users will enter long descriptive text. On the data entry form
the users will of course put cariage returns and tabs ect.. to format what
they are entering. For example:
-----------------------------sample----------------------------
Please do the following:
1) some text here for the first thing
2) some text here for the second thing
3) some text here for the 3rd thing
I'm sure you get the point.
----------------------------------------------------------------
The problem is when I later display this data on a details page none of the
control characters (tabs, carriage returns) are used. It just displays like
this:
--------------------------sample--------------------------------
Please do the following:1) some text here for the first thing2) some text
here for the second thing3) some text here for the 3rd thing
I'm sure you get the point.
----------------------------------------------------------------
How can I make the items display with there control characters? I can see
when viewing the html generated by the page that these breaks and such are
there but of course all that 'whitespace' is ignored by html/browser? what
can I do? I'm using a repeater control to repeat all detail entries for a
specific issue ID in a simple issue tracking system. Do I need to use a
textbox? any other options?
any input is apprecated. Thanks.