protected void btnSelect_Click(object sender, EventArgs e)
{
int current_year = MyCalendar.VisibleDate.Year;
int current_month = MyCalendar.VisibleDate.Month;
DateTime BeginningDate = new DateTime(current_year, current_month, 10);
DateTime EndingDate = new DateTime(current_year, current_month, 20);
MyCalendar.SelectedDates.Clear();
// 選取一段日期範圍
MyCalendar.SelectedDates.SelectRange(BeginningDate, EndingDate);
CountSelection();
}
MyCalendar.SelectedDates.SelectRange(BeginningDate, EndingDate);
分享 ASP,ASP.NET,VB,C#,程式開發,網站設計,部落格,微網誌,網路行銷,facebook 行銷,噗浪行銷,社群行銷,電腦硬體軟體,網路賺錢等資訊內容。『噗落格』裡的文章大多是從各網站摘錄(轉貼)下來的,僅提供研究及筆記之用途,如有侵權請留言告知!一開始不打算賺錢,一個不可能中的可能
2009年12月31日 星期四
C# 日曆(Calendar)日期多選
訂閱:
張貼留言 (Atom)
沒有留言:
張貼留言