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:
Comments (Atom)
Popular Posts
-
Confirmation box from code behind c# using modalpopup ajax control <% @ Page Language ="C#" AutoEventWireup ="true...
-
WCF offers immensely valuable support for reliability, transactions, concurrency management, security, and instance activation, all of w...
-
WWF Related Sites (No need to search for WWF): http://aspalliance.com/1074_An_Introduction_to_Windows_Workflow_Foundation.all http://www.cod...
-
MVC: Handling Multiple button submission from one view While developing any web applications we use to design lot more forms. Most of...
-
In earlier versions of ASP.NET, you enable smart navigation by using the Page.SmartNavigation property. When you set the Page.SmartNavigatio...