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

📄 studycalendar.aspx

📁 该文件包括了WEB标单控件应用的所有实例代码
💻 ASPX
字号:
<%@ Page Language="VB" AutoEventWireup="false" CodeFile="studyCalendar.aspx.vb" Inherits="studyCalendar" %>

<!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>Using the Calendar control</title>
</head>
<body>
    <center >
        <form action ="studycalendar.aspx" method ="post" runat ="server" >
            <asp:Calendar ID ="Calendar1" runat ="server" OnSelectionChanged ="SelectChange"
                 CellPadding ="5" CellSpacing ="5" DayNameFormat ="Short" FirstDayOfWeek ="default" NextMonthText =">"
                 NextPrevFormat ="fullMonth" PrevMonthText ="<" SelectionMode ="DayWeekMonth" SelectMonthText =">>"
                 SelectWeekText =">" ShowDayHeader ="true" ShowGridLines ="true" ShowNextPrevMonth ="true" ShowTitle ="true" 
                 TitleFormat ="MonthYear" TodayDayStyle-Font-Bold ="true" DayHeaderStyle-Font-Bold ="true" OtherMonthDayStyle-ForeColor ="gray" 
                 TitleStyle-BackColor ="white" TitleStyle-ForeColor ="black" TitleStyle-Font-Bold ="true" SelectedDayStyle-BackColor ="black" 
                 SelectedDayStyle-Font-Bold ="true" >
            </asp:Calendar>
        </form>
        <br />
        <span id ="Message" runat ="server" ></span>
    </center>
</body>
</html>

⌨️ 快捷键说明

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