Hi,
I have an asp which reads data from a database and writes the rows out to a table. some of the database data contains quotes.
it seems that: response.write rs("myfield" doesn't understand or know how write out data with quotes b/c when quoted data is encountered the table borders go all over the place.
Does anyone know how to treat quotes in data being read and written out to the page?
thanks
I have an asp which reads data from a database and writes the rows out to a table. some of the database data contains quotes.
it seems that: response.write rs("myfield" doesn't understand or know how write out data with quotes b/c when quoted data is encountered the table borders go all over the place.
Does anyone know how to treat quotes in data being read and written out to the page?
thanks