C# Класс _2_XSS.Edit

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

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

Свойство Тип Описание
btnCancel global::System.Web.UI.WebControls.Button
btnSave global::System.Web.UI.WebControls.Button
lblProductID global::System.Web.UI.WebControls.Label
lblProductName global::System.Web.UI.WebControls.Label
tbxDescription global::System.Web.UI.WebControls.TextBox

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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