C# Class DynamicViewStateDemoWebApplication.SamplePage

Afficher le fichier Open project: Giorgi/Dynamic-ViewState-in-ASP.Net-WebForms

Protected Properties

Свойство Type Description
loadLabel global::System.Web.UI.WebControls.Label
postback global::System.Web.UI.WebControls.Button

Méthodes protégées

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

Method Details

Page_Load() protected méthode

protected Page_Load ( object sender, EventArgs e ) : void
sender object
e EventArgs
Résultat void

Property Details

loadLabel protected_oe property

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

postback protected_oe property

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