ASP。網

ASP。網– Calendars

ASP。網– Calendars

日曆控件是一個功能豐富的web控件,具有以下功能:-

  • 每次顯示一個月
  • 選擇一天,一周,一個月
  • 選擇一個天數範圍
  • 控製天數的顯示

日曆控件

 

例子

/ / Calendar.aspx

<%@ Page Language=" c# " AutoEventWireup="true" CodeBehind="Calendar.aspx.cs" Inherits="Demo_1. properties "。日曆" %>   < title>




   
< div>

Your Birthday:

今天的日期:< asp:Label id=" labelday" runat="server">

你的生日:< asp:Label id=" labelbday" runat="server">

Baidu


/ / Calendar.aspx.cs

代碼,

使用係統;使用System.Collections.Generic;使用來;使用包含;使用System.Web.UI;使用System.Web.UI.WebControls;命名空間Demo_1{公共部分類Calendar: System.Web.UI.Page {protected void Page_Load(對象發送方,EventArgs e) {} protected void Calendar1_SelectionChanged(對象發送方,EventArgs e) {labelday。文本= Calendar_set.TodaysDate.ToShortDateString();labelbday。Text = Calendar_set.SelectedDate.ToShortDateString();}}}



輸出


Baidu
map