uservipedit.ascx

来自「采用微软力推的ASP.Net(C#)编写而成的烁空网络课堂系统」· ASCX 代码 · 共 18 行

ASCX
18
字号
<%@ Control Language="c#" AutoEventWireup="false" Codebehind="UserVIPEdit.ascx.cs" Inherits="Socut_Ver3.xx.Admin.UserVIPEdit" TargetSchema="http://schemas.microsoft.com/intellisense/ie5"%>
<P><FONT face="宋体">账号:
		<asp:Label id="LUser" runat="server">Label</asp:Label><BR>
		课室:
		<asp:DropDownList id="DDLClass" runat="server"></asp:DropDownList><BR>
		星星:
		<asp:TextBox id="TBStar" runat="server" Width="64px"></asp:TextBox><BR>
		最后观看时间:
		<asp:TextBox id="TBLastView" runat="server"></asp:TextBox>&nbsp;今日剩余观看次数:
		<asp:TextBox id="TBRemain" runat="server" Width="64px"></asp:TextBox><BR>
		课室开通时间:
		<asp:TextBox id="TBTime" runat="server"></asp:TextBox>&nbsp;课室有效天数:&nbsp; 
		&nbsp;
		<asp:TextBox id="TBDay" runat="server" Width="64px"></asp:TextBox><BR>
		<BR>
		<asp:Button id="Button1" runat="server" Text="更新"></asp:Button>
		<asp:Label id="Label1" runat="server"></asp:Label></FONT></P>

⌨️ 快捷键说明

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