Your Ad Here
首页 | 编程语言 | 网站建设 | 游戏天堂 | 冲浪宝典 | 网络安全 | 操作系统 | 软件时空 | 硬件指南 | 病毒相关 | IT 认证
软讯网络 > 编程语言 > .NET > C#.NET > asp.net下拉日期控件源码
【标  题】:asp.net下拉日期控件源码
【关键字】:asp.net
【来  源】:http://blog.csdn.net/yiyun_/archive/2007/04/15/1565560.aspx

asp.net下拉日期控件源码

Your Ad Here
using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.Text;
using System.Drawing;  
using System.Web;
using System.Web.UI;
using System.Web.UI.WebControls;

namespace Meta.Web.Controls
{    
    [ToolboxData(
"<{0}:DropDownCalendar runat=server></{0}:DropDownCalendar>"),
    ToolboxBitmap(
typeof(Meta.Web.Controls.DropDownCalendar), "Resource.Control.bmp")]
    
public class DropDownCalendar : WebControl
    
{
        
"privatepro"

        
"init"

        
"styles"

        
"pro"

        
"render"