刚写好的Asp.Net时间和日期的Label控件。作为讲解Asp.net控件开发的第一部分:继承开发(2)
2007-12-15 09:32:17 来源:WEB开发网核心提示:}}#endregion #region 构造public DateTimePickLabel():base(){myInfo=new zyqCultrueInfo(DateTimeFormatShow.LanguageAndCountry,true); _dt= DateTime.Now
}
}
#endregion
#region 构造
public DateTimePickLabel():base()
{
myInfo=new zyqCultrueInfo(DateTimeFormatShow.LanguageAndCountry,true);
_dt= DateTime.Now;
this.Text=DT.ToString(this.DateTimeFormatShow.FormateString,myInfo.DateTimeFormat);
}
#endregion
#region 重写相关受保护的函数和方法
protected override void OnInit(EventArgs e)
{
base.OnInit(e);
}
protected override void OnPreRender(EventArgs e)
{
if(Page !=null)
{
if(this.AutoFitClientBrowser)
{
this.AutoFit(this.Context.Request.UserLanguages[0].ToLower());
// Page.Response.Charset =this.myInfo.Name;
Page.Response.Write(this.Context.Request.UserLanguages[0]+"--"+this.myInfo.Name+"<br>");
}
}
this.ToolTip =this.DateTimeFormatShow.FormateString+"(space,\".\",\"/\",\"-\",\":\")";
this.text =this.DT.ToString(this.DateTimeFormatShow.FormateString,this.myInfo.DateTimeFormat);
- ››ASP.NET及JS中的cookie基本用法
- ››ASP.NET获取MS SQL Server安装实例
- ››asp.net实现调用百度pai 在线翻译英文转中文
- ››ASP.NET页面选项进行提示判断
- ››Asp.net定时执行程序
- ››ASP.NET中利用DataList实现图片无缝滚动
- ››ASP.NET验证控件RequiredFieldValidator
- ››ASP.NET中使用System.Net.Mail发邮件
- ››ASP.NET中获取用户控件中控件的ID
- ››ASP.NET中FileBytes写成文件并存档
- ››asp获取毫秒数
- ››asp.net报“INSERT INTO 语句的语法错误解决
更多精彩
赞助商链接