WEB开发网
开发学院WEB开发ASP.NET 刚写好的Asp.Net时间和日期的Label控件。作为讲解... 阅读

刚写好的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);        

上一页  1 2 3 4 5 6  下一页

Tags:Asp Net 时间

编辑录入:coldstar [复制链接] [打 印]
赞助商链接