YouTube_WebForm.aspx
YouTube_WebForm.aspx.cs
protected void LinkID_Click(object sender, EventArgs e)
{
LinkButton linkplayvideo = sender as LinkButton;
this.aPlayer.Visible = true;
this.aPlayer.HRef = linkplayvideo.CommandArgument;
}
Database
ID varchar(MAX) ---> "In this ID column should save the FileName and Uploaded DateTime"
FileType varchar(50) ,
Video varbinary(MAX)

Manoj BhoirPosted Apr 16, 2015, 11:58 AM
Please check these links :
Display Videos in ASP.NET 2.0
http://www.c-sharpcorner.com/uploadfile/mahesh/play-video-in-silverlight/
http://www.c-sharpcorner.com/uploadfile/scottlysle/csharpwebvideo04212007133218pm/csharpwebvideo.aspx
Play AVI file from byte array in ASP.Net
http://stackoverflow.com/questions/12823922/play-avi-file-from-byte-array-in-asp-net