Property | 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 |
Method | Description | |
---|---|---|
ButtonSubmit_Click ( object sender, |
||
Page_Load ( object sender, |
Method | Description | |
---|---|---|
AddCourses ( ) : void | ||
AddNames ( ) : void | ||
AddNumber ( ) : void | ||
AddSpecialityAndUniversity ( ) : void | ||
BindData ( ) : void |
protected ButtonSubmit_Click ( object sender, |
||
sender | object | |
e | ||
return | void |
protected Page_Load ( object sender, |
||
sender | object | |
e | ||
return | void |
protected global::System.Web.UI.WebControls.Button ButtonSubmit | ||
return | global::System.Web.UI.WebControls.Button |
protected global::System.Web.UI.WebControls.DropDownList DropDownListSpeciality | ||
return | global::System.Web.UI.WebControls.DropDownList |
protected global::System.Web.UI.WebControls.DropDownList DropDownListUniversity | ||
return | global::System.Web.UI.WebControls.DropDownList |
protected global::System.Web.UI.WebControls.Label Label1 | ||
return | global::System.Web.UI.WebControls.Label |
protected global::System.Web.UI.WebControls.Label LabelFacultyNumber | ||
return | global::System.Web.UI.WebControls.Label |
protected global::System.Web.UI.WebControls.Label LabelFirstName | ||
return | global::System.Web.UI.WebControls.Label |
protected global::System.Web.UI.WebControls.Label LabelLastName | ||
return | global::System.Web.UI.WebControls.Label |
protected global::System.Web.UI.WebControls.Label LabelSpeciality | ||
return | global::System.Web.UI.WebControls.Label |
protected global::System.Web.UI.WebControls.Label LabelUniversity | ||
return | global::System.Web.UI.WebControls.Label |
protected global::System.Web.UI.WebControls.ListBox ListBoxCourses | ||
return | global::System.Web.UI.WebControls.ListBox |
protected global::System.Web.UI.WebControls.Panel PanelFeedBack | ||
return | global::System.Web.UI.WebControls.Panel |
protected global::System.Web.UI.WebControls.TextBox TextBoxFacultyNumber | ||
return | global::System.Web.UI.WebControls.TextBox |
protected global::System.Web.UI.WebControls.TextBox TextBoxFirstName | ||
return | global::System.Web.UI.WebControls.TextBox |
protected global::System.Web.UI.WebControls.TextBox TextBoxLastName | ||
return | global::System.Web.UI.WebControls.TextBox |