5 lines
334 B
Plaintext
5 lines
334 B
Plaintext
<%@ Control Language="C#" AutoEventWireup="true" CodeBehind="起訖日顯示.ascx.cs" Inherits="Education.Forms.Common.起訖日顯示" %>
|
|
<asp:Label ID="lb起日" runat="server" Text="起日"></asp:Label>
|
|
<asp:Label ID="lb至" runat="server" Text="至"></asp:Label>
|
|
<asp:Label ID="lb迄日" runat="server" Text="迄日"></asp:Label>
|