Lbfm.net - Videos -
Example using C# and ASP.NET:
// Bind videos to repeater VideoRepeater.DataSource = VideosList; VideoRepeater.DataBind(); } LBFM.NET - Videos
public class Video { public string Title { get; set; } public string VideoId { get; set; } } And the ASPX: Example using C# and ASP