C# Class newtelligence.DasBlog.Web.LogDateBar

Summary description for LogDateBar.
Inheritance: System.Web.UI.UserControl
Exibir arquivo Open project: AArnott/dasblog

Protected Properties

Property Type Description
DropDownListDay global::System.Web.UI.WebControls.DropDownList
DropDownListMonth global::System.Web.UI.WebControls.DropDownList
DropDownListYear global::System.Web.UI.WebControls.DropDownList
buttonGo global::System.Web.UI.WebControls.Button
linkNext global::System.Web.UI.HtmlControls.HtmlAnchor
linkPrevious global::System.Web.UI.HtmlControls.HtmlAnchor
linkToday global::System.Web.UI.HtmlControls.HtmlAnchor
resmgr System.Resources.ResourceManager

Protected Methods

Method Description
OnInit ( EventArgs e ) : void
OnLoad ( EventArgs e ) : void

Private Methods

Method Description
DropDownChanged ( ) : void
buttonGo_Click ( object sender, System e ) : void

Method Details

OnInit() protected method

protected OnInit ( EventArgs e ) : void
e System.EventArgs
return void

OnLoad() protected method

protected OnLoad ( EventArgs e ) : void
e System.EventArgs
return void

Property Details

DropDownListDay protected_oe property

DropDownListDay control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.DropDownList DropDownListDay
return global::System.Web.UI.WebControls.DropDownList

DropDownListMonth protected_oe property

DropDownListMonth control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.DropDownList DropDownListMonth
return global::System.Web.UI.WebControls.DropDownList

DropDownListYear protected_oe property

DropDownListYear control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.DropDownList DropDownListYear
return global::System.Web.UI.WebControls.DropDownList

buttonGo protected_oe property

buttonGo control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.Button buttonGo
return global::System.Web.UI.WebControls.Button

linkNext protected_oe property

linkNext control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.HtmlControls.HtmlAnchor linkNext
return global::System.Web.UI.HtmlControls.HtmlAnchor

linkPrevious protected_oe property

linkPrevious control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.HtmlControls.HtmlAnchor linkPrevious
return global::System.Web.UI.HtmlControls.HtmlAnchor

linkToday protected_oe property

linkToday control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.HtmlControls.HtmlAnchor linkToday
return global::System.Web.UI.HtmlControls.HtmlAnchor

resmgr protected_oe property

protected System.Resources.ResourceManager resmgr
return System.Resources.ResourceManager