Posted on: 10/19/2015 12:08:54 AM | Views : 1138

hi,
I have a members section where artists can add SoundCloud tracks to their profile.
Its basically a textbox and then can post code in like below
<iframe width="100%" height="450" scrolling="no" frameborder="no" src="https://w.soundcloud.com/player/?url=https%3A//api.soundcloud.com/tracks/211417319&amp;auto_play=false&amp;hide_related=false&amp;show_comments=true&amp;show_user=true&amp;show_reposts=false&amp;visual=true"></iframe>

when they click add track button it displays the soundcloud waveform in a Gridview.

So far this is the only way I know of to let a user add soundcloud -  BUT is this safe as I had
to add ValidateRequest="False"  to the page?


Go to the complete details ...