C# Класс RegEstudiantes.Presentacion.ConsultaEstudiantes

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

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

Свойство Тип Описание
BuscarButton global::System.Web.UI.WebControls.Button
BuscarTextBox global::System.Web.UI.WebControls.TextBox
DatosGridView global::System.Web.UI.WebControls.GridView
EstudiantesDropDownList global::System.Web.UI.WebControls.DropDownList

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

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

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

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

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

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

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

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

protected EstudiantesDropDownList_SelectedIndexChanged ( 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

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

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

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

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

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

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

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

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

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