C# Класс AW.Portal.Test

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

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

Свойство Тип Описание
GridView1 global::System.Web.UI.WebControls.GridView
btnShowPopup global::System.Web.UI.WebControls.Button
form1 global::System.Web.UI.HtmlControls.HtmlForm

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

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

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

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

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

btnShowPopup_Click() защищенный метод

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

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

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

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

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

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

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

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