C# Класс SampleWebApplication._Default

Показать файл Открыть проект

Защищенные свойства (Protected)

Свойство Тип Описание
ButtonOkAsync global::System.Web.UI.WebControls.Button
ButtonOkSync global::System.Web.UI.WebControls.Button
LabelResultAsync global::System.Web.UI.WebControls.Label
LabelResultSync global::System.Web.UI.WebControls.Label
ScriptManager global::System.Web.UI.ScriptManager
TextBoxName global::System.Web.UI.WebControls.TextBox
UpdatePanel global::System.Web.UI.UpdatePanel

Защищенные методы

Метод Описание
ButtonOkAsync_Click ( object sender, EventArgs e ) : void
ButtonOkSync_Click ( object sender, EventArgs e ) : void
Page_Load ( object sender, EventArgs e ) : void

Описание методов

ButtonOkAsync_Click() защищенный Метод

protected ButtonOkAsync_Click ( object sender, EventArgs e ) : void
sender object
e EventArgs
Результат void

ButtonOkSync_Click() защищенный Метод

protected ButtonOkSync_Click ( object sender, EventArgs e ) : void
sender object
e EventArgs
Результат void

Page_Load() защищенный Метод

protected Page_Load ( object sender, EventArgs e ) : void
sender object
e EventArgs
Результат void

Описание свойств

ButtonOkAsync защищенное свойство

ButtonOkAsync control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.Button ButtonOkAsync
Результат global::System.Web.UI.WebControls.Button

ButtonOkSync защищенное свойство

ButtonOkSync control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.Button ButtonOkSync
Результат global::System.Web.UI.WebControls.Button

LabelResultAsync защищенное свойство

LabelResultAsync control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.Label LabelResultAsync
Результат global::System.Web.UI.WebControls.Label

LabelResultSync защищенное свойство

LabelResultSync control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.Label LabelResultSync
Результат global::System.Web.UI.WebControls.Label

ScriptManager защищенное свойство

ScriptManager control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.ScriptManager ScriptManager
Результат global::System.Web.UI.ScriptManager

TextBoxName защищенное свойство

TextBoxName control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.TextBox TextBoxName
Результат global::System.Web.UI.WebControls.TextBox

UpdatePanel защищенное свойство

UpdatePanel control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.UpdatePanel UpdatePanel
Результат global::System.Web.UI.UpdatePanel