hi, i have a web project am working on, the project is will have video tutorial for registered members, my challenge is, i need to upload videos on page 1 and on page 2 it will have search that will search the database and display the video name on a gridview. The video will be uploaded on a folder while the name of the video will be stored in the database. The name of the video will be displayed on the gridview which will be clickable; that means when a user clicks the name of the video on the gridview it will redirect the user to video display page and it will start playing the video. All the examples i got on the net are not exactly what i want, any help from you. I use ASP.NET C#

Go to the complete details ...