hi
I have a textbox where a user can paste EMBED code in from Sound cloud track.
<iframe width="100%" height="450" scrolling="no" frameborder="no" src="https://w.soundcloud.com/player/?url=https%3A//api.soundcloud.com/tracks/158370630&auto_play=false&hide_related=false&show_comments=true&show_user=true&show_reposts=false&visual=true"></iframe>
On button click the value in textbox should be inserted to database but i get the error
A potentially dangerous Request.Form value was detected from the client (ctl00$ContentPlaceHolder1$TextBox2="<iframe width="100%"...").
how
Go to the complete details ...