digitalclock.ascx
来自「这是我编的一小软件。请等级等待指教。呵呵。ASP的」· ASCX 代码 · 共 16 行
ASCX
16 行
<%@ Register TagPrefix="cc1" Namespace="TimerWeb.TimerWeb" Assembly="TimerWeb" %>
<%@ Control Language="vb" AutoEventWireup="false" Codebehind="DigitalClock.ascx.vb" Inherits="clock.DigitalClock" TargetSchema="http://schemas.microsoft.com/intellisense/ie5" %>
<%--
M. Beatini
This user control displays a digital clock.
It uses my VB.NET web timer.
It Shows the server time .
--%>
<cc1:WebTimer id="WebTimer1" interval="15000" runat="server" />
<table cellspacing="0" cellpadding="0" border="0">
<tr>
<td runat="server" id="mydiv" align="left">
</td>
</tr>
</table>
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?