M
M
Maria Popova2016-01-26 09:21:43
ASP.NET
Maria Popova, 2016-01-26 09:21:43

How to play video from selected data in gridview?

Need to make it so that when an item in the gridview is selected in the video tag, the video from the selected field is played?
There is this code:

<video controls="controls" preload="auto"> 
<source type="video/mp4" src='<%# "videoDBv2.ashx?ID=" + Eval("  ")%>' />
</video>

What needs to be written in eval to make it work?

Answer the question

In order to leave comments, you need to log in

1 answer(s)
T
Tsiren Naimanov, 2016-01-26
@ImmortalCAT

where is the code?

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question