usersound.ascx

来自「互动媒体学习系统 1.后台 用户注册登录后可进行发布教程、下载等操作 对教」· ASCX 代码 · 共 37 行

ASCX
37
字号
<%@ Control Language="C#" AutoEventWireup="true" CodeFile="userSound.ascx.cs" Inherits="userSound" %>
 <style type="text/css">
<!--
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
-->
</style>
    <link href="css/css.css" rel="stylesheet" type="text/css">
<table cellpadding="0" cellspacing="0" height="29" width="239">
    <tr>
        <td>
            <img height="29" src="images/yysp.gif" width="239" /></td>
    </tr>
    <tr>
        <td valign="top" style="text-align: left">
            <asp:GridView ID="gvSoundP" runat="server" AutoGenerateColumns="False" BorderWidth="0px"
                CssClass="chengse" ShowHeader="False" Width="237px">
                <Columns>
                    <asp:TemplateField>
                        <ItemTemplate>
                            <a class="heihei" href='playSound.aspx?SoundID=<%#Eval("SoundID") %>' target="_parent">
                                <%#Eval("SoundName") %>
                            </a>
                        </ItemTemplate>
                    </asp:TemplateField>
                    <asp:BoundField DataField="TypeName" />
                    <asp:BoundField DataField="ClickSum" />
                </Columns>
            </asp:GridView>
        </td>
    </tr>
</table>

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?