Posted on: 10/4/2015 11:28:34 PM | Views : 953

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&amp;auto_play=false&amp;hide_related=false&amp;show_comments=true&amp;show_user=true&amp;show_reposts=false&amp;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 ...