Maintaining format of multi-line textbox

  • Thread starter Thread starter Michael Hetrick
  • Start date Start date
M

Michael Hetrick

On submitting ASP.NET form data from a multi-line textbox, how can the user
formatting (i.e. line breaks, tabs, etc.) be maintained when the data is
displayed retrieved from the database?

Thanks in advance.

Michael
 
My understanding of your question:

You want to include the user formatting (i.e. line breaks, tabs, etc.) in a
multi-line text box on a submitting ASP.NET form, the data in the text box
is from the back-end database.

Usually, the user formatting should be saved with data in the database, do
what is the exact problem you have encountered?

Sincerely,

Kevin
Microsoft Support

This posting is provided "AS IS" with no warranties, and confers no rights.
Get Secure! - www.microsoft.com/security

--------------------
| From: "Michael Hetrick" <[email protected]>
| Subject: Maintaining format of multi-line textbox
| Date: Fri, 12 Sep 2003 22:54:14 -0400
| Lines: 9
| X-Priority: 3
| X-MSMail-Priority: Normal
| X-Newsreader: Microsoft Outlook Express 6.00.2800.1158
| X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1165
| Message-ID: <[email protected]>
| Newsgroups: microsoft.public.dotnet.framework.adonet
| NNTP-Posting-Host: ip68-100-126-71.dc.dc.cox.net 68.100.126.71
| Path: cpmsftngxa06.phx.gbl!TK2MSFTNGP08.phx.gbl!TK2MSFTNGP11.phx.gbl
| Xref: cpmsftngxa06.phx.gbl microsoft.public.dotnet.framework.adonet:61084
| X-Tomcat-NG: microsoft.public.dotnet.framework.adonet
|
| On submitting ASP.NET form data from a multi-line textbox, how can the
user
| formatting (i.e. line breaks, tabs, etc.) be maintained when the data is
| displayed retrieved from the database?
|
| Thanks in advance.
|
| Michael
|
|
|
 
Back
Top