Bikram
Bikram

Reputation: 197

How to save Video in SQL Server and display in listview and play it in video player on asp.net C#

I am developing a asp.net project and want to do do task done asps here is a problem

i want to save a video in SQL Server table and also play that video in web player how can i save a video in MS SQL Server using C#. and display list of video in asp:listview
to play the video. after clicking on video which is in view in list view.

Thank you

Upvotes: 2

Views: 1408

Answers (1)

Athanasios Kataras
Athanasios Kataras

Reputation: 26372

Since it is too much code for me to proccess and put here I'd suggest to look at this solution where everything but the listview part of your problem is explained.

Upvotes: 1

Related Questions