Hi,
Im writing a control to send answers to FAQs to the database. Some of these answers may have html a links in them.
How should I treat these fields so that any characters harmful to the MSSQL database are converted but still parse as html when recalled later and sent to a page?
At the moment I get an error saying "A potentially dangerous Request.Form value was detected from the client " when I try to submit some text with a hyperlink in.
I'm using VB.Net.
Cheers,
NK
Im writing a control to send answers to FAQs to the database. Some of these answers may have html a links in them.
How should I treat these fields so that any characters harmful to the MSSQL database are converted but still parse as html when recalled later and sent to a page?
At the moment I get an error saying "A potentially dangerous Request.Form value was detected from the client " when I try to submit some text with a hyperlink in.
I'm using VB.Net.
Cheers,
NK
Last edited: