现在的位置: 首页 > 综合 > 正文

C#自定义日历控件

2012年02月20日 ⁄ 综合 ⁄ 共 3807字 ⁄ 字号 评论关闭

自定义日历控件

  1using System;
  2using System.Collections.Generic;
  3using System.Text;
  4using System.Web.UI;
  5using System.Web.UI.WebControls;
  6using System.Web.UI.HtmlControls;
  7using System.Drawing;
  8using System.Collections;
  9using System.Collections.Specialized;
 10using System.ComponentModel;
 11/*
 12 * * ExpentDate:日期控件
 13 * * Writor:Susan
 14 * * DateTime:2006/12/18
 15 */

 16namespace CtrolBox
 17{
 18    /// <summary>
 19    /// 日历控件
 20    /// </summary>

 21    public class ExpentDate: WebControl, INamingContainer,IPostBackDataHandler
 22    {
 23        控件属性
 32        属性定义

抱歉!评论已关闭.