Wrox Programmer Forums
Go Back   Wrox Programmer Forums > Microsoft Office > Access and Access VBA > Access
|
Access Discussion of Microsoft Access database design and programming. See also the forums for Access ASP and Access VBA.
Welcome to the p2p.wrox.com Forums.

You are currently viewing the Access 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 January 22nd, 2005, 02:10 PM
Registered User
 
Join Date: Nov 2004
Posts: 2
Thanks: 0
Thanked 0 Times in 0 Posts
Default Carrage return in Access to dotnet

I need to populate an area on an aspx page with text from a table. I have a memo field and I want to be able to put line breaks and/or carrage return coded into the text.

Anyone have any idea how to do this?

Thanks

 
Old January 22nd, 2005, 10:18 PM
Friend of Wrox
 
Join Date: Dec 2004
Posts: 307
Thanks: 0
Thanked 0 Times in 0 Posts
Send a message via MSN to Vadivel Send a message via Yahoo to Vadivel
Default

Try replacing Chr(13) as <BR>
i.e.,
<%=Replace(StringComesHere, Chr(13), "<br>")%>

Best Regards
Vadivel

MVP ASP/ASP.NET
http://vadivel.thinkingms.com





Similar Threads
Thread Thread Starter Forum Replies Last Post
dotnet with MySQL angshujit ASP.NET 2.0 Basics 3 June 13th, 2007 08:39 PM
How can I access return value of script in codebhd manish.sharma04 BOOK: Professional ASP.NET 2.0 and Special Edition; ISBN: 978-0-7645-7610-2; ISBN: 978-0-470-04178-9 0 May 10th, 2006 10:59 AM
datagrid in dotnet kejalmistry BOOK: ASP.NET Website Programming Problem-Design-Solution 1 September 12th, 2005 06:58 AM
Functionality in Dotnet anand_asv General .NET 1 April 8th, 2005 02:49 AM





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