Link to home
Start Free TrialLog in
Avatar of hidrau
hidrauFlag for Brazil

asked on

write html in textarea and record it into a database table

Hello guys

I need a help

I have a textarea in  my page and I need to write html commands.
After writing the html text I need to record it into my table

I am having an error when  I try to record it

How to work around with it? What should I do?

this is the error that I am receiving

A potentially dangerous Request.Form value was detected from the client (ctl00$PainelCentral$edtextHtml="<div>").

Open in new window


thanks a lot
Alex
ASKER CERTIFIED SOLUTION
Avatar of Tapan Pattanaik
Tapan Pattanaik
Flag of India image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of hidrau

ASKER

thanks a lot for your help
Avatar of hidrau

ASKER

I noticed a problem,

I have to disable the VlidateRequest and it is dangerous to do that :(