Microsoft
Software
Hardware
Network
Question : Maintaining line breaks
I have a multi-line input text box in a flash file that gets posted to an asp page.
In the asp page, I have:
mm_val_details = request.form("varDetails")
How can I maintain the line breaks from the original flash text field?
Answer : Maintaining line breaks
VB? Like this:
mm_val_details = replace(mm_val_details, "%22", Chr(34))
Random Solutions
Include C++ header files in .Net Application
IPSec or SSL - which is best for VPN client?
HP-UNIX - compressing/zipping files that are 31GB
IIS 7 leaking private ip via https
Microsoft PKI Design
exchange server 2003 smtp
Outlook 2010 keeps deleting appointments
exchange 2010 missing" server configuration"
how to insert with vb.net a date time column in sql server
Sharepoint document saving