Good evening! I'm trying to put a youtube video based on a url stored in a sql database, the problem is that the way I found it to put, works only with some static url, in the following way:
<iframe width="560" height="315" src="https://www.youtube.com/embed/o_l4Ab5FRwM"frameborder="0" allowfullscreen></iframe>
I'm trying to put a variable value for src, I thought of a label and then assign it in .Text, but it does not work because the Iframe for when I insert the label in the middle of it ... does anyone have an idea of what I can do? / p>
Thanks: D