当前位置:Gxlcms >
数据库问题 >
ASP.NET如何通过后台数据库提供的链接播放视频(不使用外置插件)
ASP.NET如何通过后台数据库提供的链接播放视频(不使用外置插件)
时间:2021-07-01 10:21:17
帮助过:38人阅读
<asp:DataList ID="DataList2" runat="server" DataKeyField="商品编号" class="table_mingxing"
2 DataSourceID="SqlDataSource3" RepeatColumns="4" CellPadding="0"
3 CellSpacing="2">
4 <ItemTemplate>
5 <div >
6 <video width="100%" controls="controls" autostart=‘false‘>
7 <source src="<%# Eval("Src") %>">
</source> type="video/mp4"/ >
8 </video>
9 </div>
10 <br />
11 <asp:Label ID="Label3" runat="server" Text=‘<%# Eval("备注") %>‘>
</asp:Label>
12 </ItemTemplate>
13 </asp:DataList><asp:SqlDataSource ID="SqlDataSource3" runat="server"
14 ConnectionString="<%$ ConnectionStrings:phone %>"
15 SelectCommand="SELECT * FROM [商品] where 商品类型编号=‘9‘"></asp:SqlDataSource>
3.css样式:
.table_mingxing span{ color:#996633;}
.table_mingxing div{ width:380px; height:200px}
4.结果
ASP.NET如何通过后台数据库提供的链接播放视频(不使用外置插件)
标签:png ima rom item 播放 log .net 商品 string