C# Class newtelligence.DasBlog.Web.LogDateBar

Summary description for LogDateBar.
Inheritance: System.Web.UI.UserControl
Afficher le fichier Open project: AArnott/dasblog

Protected Properties

Свойство 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

Méthodes protégées

Méthode Description
OnInit ( EventArgs e ) : void
OnLoad ( EventArgs e ) : void

Private Methods

Méthode Description
DropDownChanged ( ) : void
buttonGo_Click ( object sender, System e ) : void

Method Details

OnInit() protected méthode

protected OnInit ( EventArgs e ) : void
e System.EventArgs
Résultat void

OnLoad() protected méthode

protected OnLoad ( EventArgs e ) : void
e System.EventArgs
Résultat 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
Résultat 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
Résultat 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
Résultat 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
Résultat 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
Résultat 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
Résultat 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
Résultat global::System.Web.UI.HtmlControls.HtmlAnchor

resmgr protected_oe property

protected System.Resources.ResourceManager resmgr
Résultat System.Resources.ResourceManager