C# Class _04_StudentRegistration.index

Inheritance: System.Web.UI.Page
Afficher le fichier Open project: nzhul/TelerikAcademy

Protected Properties

Свойство Type Description
ButtonSubmit global::System.Web.UI.WebControls.Button
DropDownListSpeciality global::System.Web.UI.WebControls.DropDownList
DropDownListUniversity global::System.Web.UI.WebControls.DropDownList
Label1 global::System.Web.UI.WebControls.Label
LabelFacultyNumber global::System.Web.UI.WebControls.Label
LabelFirstName global::System.Web.UI.WebControls.Label
LabelLastName global::System.Web.UI.WebControls.Label
LabelSpeciality global::System.Web.UI.WebControls.Label
LabelUniversity global::System.Web.UI.WebControls.Label
ListBoxCourses global::System.Web.UI.WebControls.ListBox
PanelFeedBack global::System.Web.UI.WebControls.Panel
TextBoxFacultyNumber global::System.Web.UI.WebControls.TextBox
TextBoxFirstName global::System.Web.UI.WebControls.TextBox
TextBoxLastName global::System.Web.UI.WebControls.TextBox
form1 global::System.Web.UI.HtmlControls.HtmlForm

Méthodes protégées

Méthode Description
ButtonSubmit_Click ( object sender, EventArgs e ) : void
Page_Load ( object sender, EventArgs e ) : void

Private Methods

Méthode Description
AddCourses ( ) : void
AddNames ( ) : void
AddNumber ( ) : void
AddSpecialityAndUniversity ( ) : void
BindData ( ) : void

Method Details

ButtonSubmit_Click() protected méthode

protected ButtonSubmit_Click ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
Résultat void

Page_Load() protected méthode

protected Page_Load ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
Résultat void

Property Details

ButtonSubmit protected_oe property

ButtonSubmit control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.Button ButtonSubmit
Résultat global::System.Web.UI.WebControls.Button

DropDownListSpeciality protected_oe property

DropDownListSpeciality control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.DropDownList DropDownListSpeciality
Résultat global::System.Web.UI.WebControls.DropDownList

DropDownListUniversity protected_oe property

DropDownListUniversity control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.DropDownList DropDownListUniversity
Résultat global::System.Web.UI.WebControls.DropDownList

Label1 protected_oe property

Label1 control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.Label Label1
Résultat global::System.Web.UI.WebControls.Label

LabelFacultyNumber protected_oe property

LabelFacultyNumber control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.Label LabelFacultyNumber
Résultat global::System.Web.UI.WebControls.Label

LabelFirstName protected_oe property

LabelFirstName control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.Label LabelFirstName
Résultat global::System.Web.UI.WebControls.Label

LabelLastName protected_oe property

LabelLastName control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.Label LabelLastName
Résultat global::System.Web.UI.WebControls.Label

LabelSpeciality protected_oe property

LabelSpeciality control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.Label LabelSpeciality
Résultat global::System.Web.UI.WebControls.Label

LabelUniversity protected_oe property

LabelUniversity control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.Label LabelUniversity
Résultat global::System.Web.UI.WebControls.Label

ListBoxCourses protected_oe property

ListBoxCourses control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.ListBox ListBoxCourses
Résultat global::System.Web.UI.WebControls.ListBox

PanelFeedBack protected_oe property

PanelFeedBack control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.Panel PanelFeedBack
Résultat global::System.Web.UI.WebControls.Panel

TextBoxFacultyNumber protected_oe property

TextBoxFacultyNumber control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.TextBox TextBoxFacultyNumber
Résultat global::System.Web.UI.WebControls.TextBox

TextBoxFirstName protected_oe property

TextBoxFirstName control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.TextBox TextBoxFirstName
Résultat global::System.Web.UI.WebControls.TextBox

TextBoxLastName protected_oe property

TextBoxLastName control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.TextBox TextBoxLastName
Résultat global::System.Web.UI.WebControls.TextBox

form1 protected_oe property

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
Résultat global::System.Web.UI.HtmlControls.HtmlForm