Embed Youtube video in asp.net
Posted
by o-logn
on Stack Overflow
See other posts from Stack Overflow
or by o-logn
Published on 2010-03-26T01:51:11Z
Indexed on
2010/03/26
1:53 UTC
Read the original article
Hit count: 291
Hey everyone,
I have a textbox where users can enter the link to a YouTube video. I'd like to have an <object>
on my page which gets populated with the YouTube video. I tried accessing an <object>
from the codebehind (with runat=server
) set to true, but I couldn't.
Thanks for any help
© Stack Overflow or respective owner