Wrox Programmer Forums
|
ASP.NET 2.0 Basics If you are new to ASP or ASP.NET programming with version 2.0, this is the forum to begin asking questions. Please also see the Visual Web Developer 2005 forum.
Welcome to the p2p.wrox.com Forums.

You are currently viewing the ASP.NET 2.0 Basics section of the Wrox Programmer to Programmer discussions. This is a community of software programmers and website developers including Wrox book authors and readers. New member registration was closed in 2019. New posts were shut off and the site was archived into this static format as of October 1, 2020. If you require technical support for a Wrox book please contact http://hub.wiley.com
 
Old May 12th, 2006, 03:48 AM
Registered User
 
Join Date: Feb 2006
Posts: 7
Thanks: 0
Thanked 0 Times in 0 Posts
Default Writing to Text File

Hi, I have an ASP.NET page that allows users to create a text-file.

Everything works perfectly, except that when the string is written to the text file using StreamWriter, a soft-return (with no space), is added to the very end of the text.

.TrimEnd does not remove this soft-return. Does anyone know how I can in effect 'backspace' at the end of the string at read or write time.

Thanks in advance.

 
Old May 12th, 2006, 05:17 AM
Authorized User
 
Join Date: Apr 2006
Posts: 60
Thanks: 0
Thanked 0 Times in 0 Posts
Default

i think TrimEnd() without params should remove all returns and spaces at the end... In c# this happens at least... Can you show your code?






Similar Threads
Thread Thread Starter Forum Replies Last Post
problem writing in text box in ASP naureen tahir Dreamweaver (all versions) 0 May 22nd, 2007 09:45 AM
problem writing dynamic value into text file in ph method PHP How-To 0 February 6th, 2006 02:05 PM
writing text file but in an order specifed... stone XSLT 2 October 27th, 2005 05:17 AM
Reading from a text file and writing to a Binary 1 scott01 C++ Programming 0 July 28th, 2003 03:59 AM





Powered by vBulletin®
Copyright ©2000 - 2020, Jelsoft Enterprises Ltd.
Copyright (c) 2020 John Wiley & Sons, Inc.