Reputation: 197
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
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