C# Класс PollSystem.Account.InsertEditAnswer

Наследование: System.Web.UI.Page
Показать файл Открыть проект

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

Свойство Тип Описание
ButtonSaveAnswer global::System.Web.UI.WebControls.Button
LabelAnswerText global::System.Web.UI.WebControls.Label
LabelAnswerVotes global::System.Web.UI.WebControls.Label
TextBoxAnswerText global::System.Web.UI.WebControls.TextBox
TextBoxAnswerVotes global::System.Web.UI.WebControls.TextBox

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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