View previous topic :: View next topic |
Author |
Message |
terri
Joined: 10 Oct 2004 Posts: 16
|
Posted: Tue Oct 12, 2004 8:18 pm Post subject: Write new line character to a text file from ASP.NET |
|
|
How do I write a new line character to a text file from ASP.NET? |
|
Back to top |
|
|
administrator Site Admin
Joined: 01 Oct 2004 Posts: 183
|
Posted: Tue Oct 12, 2004 8:23 pm Post subject: |
|
|
Terri,
You can use the vbCrLf constant in VB.NET, to write the "carriage-return" and "line-feed" characters, which will write a new line into the text file.
If you want to write on a new line in HTML file, just use Response.Write("<br>"). _________________ Peter
ASP & ASP.NET Articles and Tutorials |
|
Back to top |
|
|
|
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum
|
Powered by phpBB © 2001, 2002 phpBB Group
|