⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 calendarform3.aspx

📁 弹出日历选择
💻 ASPX
字号:
<%@ Page Language="C#" AutoEventWireup="true" CodeFile="CalendarForm3.aspx.cs" Inherits="CalendarForm3" %>
<script id="clientEventHandlerJS" language ="javascript" >
    <!--
        function IFRAME1_onblur(){}
        //-->
</script>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">

<html xmlns="http://www.w3.org/1999/xhtml" >
<head runat="server">
    <title>无标题页</title>
</head>

<body>
    <form id="form1" runat="server">
    
        <asp:Calendar ID="Calendar1" style="z-index :101; left :0px; position :absolute ; top :0px" runat="server"
         Height ="280px" Width ="360px" BorderWidth ="1px" BackColor ="#FFFFCC" DayNameFormat="Full" ForeColor ="#663399"
          Font-Size ="8pt" Font-Names ="Verdana" BorderColor ="#FFCC66" ShowGridLines ="true" 
           PrevMonthText ="上月&amp;lt;&amp;lt;"            
            NextMonthText ="下月&amp;gt;&amp;gt;" OnSelectionChanged="Calendar1_SelectionChanged" CellPadding="1">
            <TodayDayStyle ForeColor ="#00C000" BackColor ="Khaki" />
            <SelectorStyle BackColor ="#FFCC66" />
            <NextPrevStyle Font-Size ="9pt" ForeColor ="#FFFFCC" />
            <DayHeaderStyle Height ="1px" BackColor ="#FFCC66" />
            <SelectedDayStyle Font-Bold ="True" BackColor ="MediumPurple" />
            <TitleStyle Font-Size ="9pt" Font-Bold ="True" ForeColor ="#FFFFCC" BackColor="#990000" />
            <OtherMonthDayStyle ForeColor ="#CC9966" /></asp:Calendar>
        
        <asp:TextBox ID="TextBox1" style="z-index :102; left :32px; position :absolute ; top :250px;" runat="server" Visible ="false" ></asp:TextBox>
        &nbsp;
        
    </form>
</body>
</html>

⌨️ 快捷键说明

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