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