Solution for the QlikView, Biztalk, DotNet and MSBI real time development problems
Search This Blog
Wednesday, July 27, 2011
Embedding Youtube videos into asp.net pages
use below code to embed youtube video into your html or .aspx pages
iframe width="219" height="154" src="http://www.youtube.com/embed/HHAx2qIGMl4?controls=0" frameborder="0"
allowfullscreen
or
Below code works fine in .aspx pages
Subscribe to:
Posts (Atom)
Popular Posts
-
Error : Could not store transport type data for Receive Location 'EAISolutionReceiveRequestLocation' to config store. Prima...
-
Migration from Visual Studio 2008 to 2013 Without any code changes I successfully migrated from VS 2008 to 2013 but when running website f...
-
Exception : Microsoft.WindowsAzure.StorageClient.StorageClientException was unhandled Message=One of the request inputs is out of ran...
-
I am getting below error while executing stored procedure from C# (Ado.net, entity framework) String[2]: the Size property has an invalid ...
-
Review the permissions of the user that you're trying to impersonate. In my situation, I was only getting the error on my development ...