C# 클래스 _04_StudentRegistration.index

상속: System.Web.UI.Page
파일 보기 프로젝트 열기: nzhul/TelerikAcademy

보호된 프로퍼티들

프로퍼티 타입 설명
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

보호된 메소드들

메소드 설명
ButtonSubmit_Click ( object sender, EventArgs e ) : void
Page_Load ( object sender, EventArgs e ) : void

비공개 메소드들

메소드 설명
AddCourses ( ) : void
AddNames ( ) : void
AddNumber ( ) : void
AddSpecialityAndUniversity ( ) : void
BindData ( ) : void

메소드 상세

ButtonSubmit_Click() 보호된 메소드

protected ButtonSubmit_Click ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
리턴 void

Page_Load() 보호된 메소드

protected Page_Load ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
리턴 void

프로퍼티 상세

ButtonSubmit 보호되어 있는 프로퍼티

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
리턴 global::System.Web.UI.WebControls.Button

DropDownListSpeciality 보호되어 있는 프로퍼티

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
리턴 global::System.Web.UI.WebControls.DropDownList

DropDownListUniversity 보호되어 있는 프로퍼티

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
리턴 global::System.Web.UI.WebControls.DropDownList

Label1 보호되어 있는 프로퍼티

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
리턴 global::System.Web.UI.WebControls.Label

LabelFacultyNumber 보호되어 있는 프로퍼티

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
리턴 global::System.Web.UI.WebControls.Label

LabelFirstName 보호되어 있는 프로퍼티

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
리턴 global::System.Web.UI.WebControls.Label

LabelLastName 보호되어 있는 프로퍼티

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
리턴 global::System.Web.UI.WebControls.Label

LabelSpeciality 보호되어 있는 프로퍼티

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
리턴 global::System.Web.UI.WebControls.Label

LabelUniversity 보호되어 있는 프로퍼티

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
리턴 global::System.Web.UI.WebControls.Label

ListBoxCourses 보호되어 있는 프로퍼티

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
리턴 global::System.Web.UI.WebControls.ListBox

PanelFeedBack 보호되어 있는 프로퍼티

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
리턴 global::System.Web.UI.WebControls.Panel

TextBoxFacultyNumber 보호되어 있는 프로퍼티

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
리턴 global::System.Web.UI.WebControls.TextBox

TextBoxFirstName 보호되어 있는 프로퍼티

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
리턴 global::System.Web.UI.WebControls.TextBox

TextBoxLastName 보호되어 있는 프로퍼티

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
리턴 global::System.Web.UI.WebControls.TextBox

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