ok so here is the thing i have a datalist with a video tag and two button one is for play and another is for repeat once the button 1 clicked it should play the video where the path is tored in database and the path is not visible in datalist but instead its accesed through just the button click how can i achive this..... thanks in advance
here is the datalist with controlls .............
margin-top: 30px;" OnItemDataBound="DataList1_ItemDataBound">
' );return PlayWordFile2('<%# Eval("FileName") %>');" />
" onclick="showlesson(2, '<%# Eval("ptype") %>' );return PlayWordFile2('<%# Eval("FileName2") %>');"
value="Repeat" class="normal-but" />
' );return PlayWordFile2('<%# Eval("FileName3") %>');"
value="RolePlay" class="normal-but" />
value="Pause" class="normal-but" />
"
onclick="InsertStudentActivityCaption(this.title)" />
_<%# Eval("FileName2") %>');" />
........
2 Replies
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
ATHUL MATHEWPosted Mar 15, 2019, 4:25 AM
Jignesh KumarPosted Mar 15, 2019, 3:56 AM