In this tutorial we have used the dynamic XmlDataSource Control class object to read the RSS feed of Search results from Youtube API. In C# code you can create an object of XmlDataSource control by using System.Xml namespace.
You can create your own Youtube widgets using its API search method in ASP.Net C# code. You can pass your favorite keyword to the Youtube API search function. XmlDataSource control can be used in ASP.Net
In this tutorial we will learn the use of ASP.Net C# XmlNamespaceManager and Youtube API RSS feed for data binding the Youtube Feed items with Repeater Control using XmlDataSource
XmlNamespaceManager is a C# class that can be used in ASP.Net web applications to Add Namespace for providing the meta-data information about XML schema. AddNamespace function accepts two parameters
RSS 2.0 the latest version of RSS feeds stands for Really Simple Syndication. RSS feeds have some standard format to display the latest information being updated on a Blog or News website.