C# Class AJH.CMS.WEB.UI.Controls.AjaxDate_UC

Afficher le fichier Open project: ajhCMS/AJH.CMS.WEB.UI

Protected Properties

Свойство Type Description
ceDate global::AjaxControlToolkit.CalendarExtender
ibtnDate global::System.Web.UI.WebControls.ImageButton
rfvDate global::System.Web.UI.WebControls.RequiredFieldValidator
txtDate global::System.Web.UI.WebControls.TextBox

Méthodes publiques

Méthode Description
AjaxDate_Load ( object sender, EventArgs e ) : void
SetCalendarExtenderValue ( ) : void

Méthodes protégées

Méthode Description
OnInit ( EventArgs e ) : void

Method Details

AjaxDate_Load() public méthode

public AjaxDate_Load ( object sender, EventArgs e ) : void
sender object
e EventArgs
Résultat void

OnInit() protected méthode

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

SetCalendarExtenderValue() public méthode

public SetCalendarExtenderValue ( ) : void
Résultat void

Property Details

ceDate protected_oe property

ceDate control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::AjaxControlToolkit.CalendarExtender ceDate
Résultat global::AjaxControlToolkit.CalendarExtender

ibtnDate protected_oe property

ibtnDate control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.ImageButton ibtnDate
Résultat global::System.Web.UI.WebControls.ImageButton

rfvDate protected_oe property

rfvDate control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.RequiredFieldValidator rfvDate
Résultat global::System.Web.UI.WebControls.RequiredFieldValidator

txtDate protected_oe property

txtDate control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.TextBox txtDate
Résultat global::System.Web.UI.WebControls.TextBox