bostjank
08-18-2002, 02:26 PM
Hi!
I have information about our clients stored in different fields in the database (name, surname,...). Whe a person comes to a page with specific ID of a person in the QueryString, I need to show all information about that person in ONE TEXT AREA field. The problem is that I do not know how to format the text in the filed, so that information would be shown in seperate lines:
name surname
street
city
...
instead of
name surname street city ...
In VB I use 'vbCrLf' to to that. What can I use in ASP?
Thanks,
Bostjan
:thumbsup:
I have information about our clients stored in different fields in the database (name, surname,...). Whe a person comes to a page with specific ID of a person in the QueryString, I need to show all information about that person in ONE TEXT AREA field. The problem is that I do not know how to format the text in the filed, so that information would be shown in seperate lines:
name surname
street
city
...
instead of
name surname street city ...
In VB I use 'vbCrLf' to to that. What can I use in ASP?
Thanks,
Bostjan
:thumbsup: