Ask a Question related to ASP.NET General, Design and Development.
-
John Hopper #1
problem characters
Dim txtComments As String = Request.Form("tbComments")
causes an "unterminated string error" at runtime
when "tbComments" contains an apostrophe, a carriage
return, etc. and they are being rendered in the browser
within the txtComments textbox.
Before .net I replaced "'" with "''", etc and all was
well. This doesn't seem to work now. SqlServer stores a
carriage return but truncates the text in "open table,
return all rows" at the point of occurance. I've tried
htmlEncode, chr(13), etc etc
I've replaced the "'" with "", since nothing else seemed
to work.
How are others solving this type of problem?
Thank you,
John Hopper
John Hopper Guest
-
regular expression problem ? and * characters
Im writing a perl script now and this is part of the sricpt chomp = ($pattern = ARGV); for each(@thisarray) { if($_ =~ m/$pattern/i) {... -
Problem with special characters
I have a dropdown menu ( <select> ) that is being dynamically populated by Javascript form an Array. THe Array is being created from the database... -
Non-Latin Characters problem...
Ah, so that's it! It's not just the filename, but the path as well. This was driving me nuts because it stops an action that does bulk web... -
newbie problem with Chinese characters
I have a friend who is from Taiwan. The first time he e-mailed me, I had to download a character set from Microsoft to be able to see his messages... -
problem with keyboard characters
Hello again; In addition to my previous post about the airport extreme issues, I've found that the keyboard on my new powerbook G4 has an...



Reply With Quote

