C# 클래스 FLWebServicesC.ManageStudent

상속: System.Web.UI.Page
파일 보기 프로젝트 열기: hussien89aa/Alrubaye.net

보호된 프로퍼티들

프로퍼티 타입 설명
BuAddData global::System.Web.UI.WebControls.Button
BuSearch global::System.Web.UI.WebControls.Button
Button1 global::System.Web.UI.WebControls.Button
DDLAccounts global::System.Web.UI.WebControls.DropDownList
DDLHomeWorkID global::System.Web.UI.WebControls.DropDownList
DDLIsActive global::System.Web.UI.WebControls.DropDownList
DDLTimeID global::System.Web.UI.WebControls.DropDownList
DDLTutorialID global::System.Web.UI.WebControls.DropDownList
DDLTutroialIHomeWork global::System.Web.UI.WebControls.DropDownList
FileUpload1 global::System.Web.UI.WebControls.FileUpload
GridView1 global::System.Web.UI.WebControls.GridView
GridView2 global::System.Web.UI.WebControls.GridView
GridView3 global::System.Web.UI.WebControls.GridView
LaAccounts global::System.Web.UI.WebControls.Label
LaStudentName global::System.Web.UI.WebControls.Label
LaStudentName10 global::System.Web.UI.WebControls.Label
LaStudentName11 global::System.Web.UI.WebControls.Label
LaStudentName12 global::System.Web.UI.WebControls.Label
LaStudentName13 global::System.Web.UI.WebControls.Label
LaStudentName6 global::System.Web.UI.WebControls.Label
Label1info global::System.Web.UI.WebControls.Label
Label2 global::System.Web.UI.WebControls.Label
Latutroalinfo global::System.Web.UI.WebControls.Label
LiMassage global::System.Web.UI.WebControls.Literal
LiMessage global::System.Web.UI.WebControls.Literal
SDSAccounts global::System.Web.UI.WebControls.SqlDataSource
SDSSDegress2013 global::System.Web.UI.WebControls.SqlDataSource
ScriptManager1 global::System.Web.UI.ScriptManager
SqlDataSource2 global::System.Web.UI.WebControls.SqlDataSource
SqlDataSource3 global::System.Web.UI.WebControls.SqlDataSource
SqlDataSource4 global::System.Web.UI.WebControls.SqlDataSource
SqlDataSource5 global::System.Web.UI.WebControls.SqlDataSource
SqlDataSource6 global::System.Web.UI.WebControls.SqlDataSource
UpdatePanel1 global::System.Web.UI.UpdatePanel
UpdatePanel2 global::System.Web.UI.UpdatePanel
UpdatePanel3 global::System.Web.UI.UpdatePanel
UpdateProgress1 global::System.Web.UI.UpdateProgress
ValidationSummary1 global::System.Web.UI.WebControls.ValidationSummary
txtDeadLineDate global::System.Web.UI.WebControls.TextBox
txtGrade global::System.Web.UI.WebControls.TextBox
txtHomeWorkDetails global::System.Web.UI.WebControls.TextBox
txtHomeWorkTitle global::System.Web.UI.WebControls.TextBox
txtStudentName global::System.Web.UI.WebControls.TextBox

공개 메소드들

메소드 설명
GetMimeTypeByFileName ( string sFileName ) : string
StreamFileToBrowser ( string sFileName, byte fileBytes ) : void

보호된 메소드들

메소드 설명
BuAddData_Click ( object sender, EventArgs e ) : void
BuSearch_Click ( object sender, EventArgs e ) : void
Button1_Click ( object sender, EventArgs e ) : void
DDLAccounts_DataBound ( object sender, EventArgs e ) : void
DDLAccounts_SelectedIndexChanged ( object sender, EventArgs e ) : void
DDLHomeWorkID_DataBound ( object sender, EventArgs e ) : void
DDLTimeID_DataBound ( object sender, EventArgs e ) : void
GridView1_RowCommand ( object sender, System.Web.UI.WebControls.GridViewCommandEventArgs e ) : void
GridView1_RowDataBound ( object sender, System.Web.UI.WebControls.GridViewRowEventArgs e ) : void
GridView3_RowCommand ( object sender, System.Web.UI.WebControls.GridViewCommandEventArgs e ) : void
Page_Load ( object sender, EventArgs e ) : void
SDSSDegress2013_Selecting ( object sender, System.Web.UI.WebControls.SqlDataSourceSelectingEventArgs e ) : void

비공개 메소드들

메소드 설명
LoadDetails ( ) : void

메소드 상세

BuAddData_Click() 보호된 메소드

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

BuSearch_Click() 보호된 메소드

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

Button1_Click() 보호된 메소드

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

DDLAccounts_DataBound() 보호된 메소드

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

DDLAccounts_SelectedIndexChanged() 보호된 메소드

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

DDLHomeWorkID_DataBound() 보호된 메소드

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

DDLTimeID_DataBound() 보호된 메소드

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

GetMimeTypeByFileName() 공개 메소드

public GetMimeTypeByFileName ( string sFileName ) : string
sFileName string
리턴 string

GridView1_RowCommand() 보호된 메소드

protected GridView1_RowCommand ( object sender, System.Web.UI.WebControls.GridViewCommandEventArgs e ) : void
sender object
e System.Web.UI.WebControls.GridViewCommandEventArgs
리턴 void

GridView1_RowDataBound() 보호된 메소드

protected GridView1_RowDataBound ( object sender, System.Web.UI.WebControls.GridViewRowEventArgs e ) : void
sender object
e System.Web.UI.WebControls.GridViewRowEventArgs
리턴 void

GridView3_RowCommand() 보호된 메소드

protected GridView3_RowCommand ( object sender, System.Web.UI.WebControls.GridViewCommandEventArgs e ) : void
sender object
e System.Web.UI.WebControls.GridViewCommandEventArgs
리턴 void

Page_Load() 보호된 메소드

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

SDSSDegress2013_Selecting() 보호된 메소드

protected SDSSDegress2013_Selecting ( object sender, System.Web.UI.WebControls.SqlDataSourceSelectingEventArgs e ) : void
sender object
e System.Web.UI.WebControls.SqlDataSourceSelectingEventArgs
리턴 void

StreamFileToBrowser() 공개 메소드

public StreamFileToBrowser ( string sFileName, byte fileBytes ) : void
sFileName string
fileBytes byte
리턴 void

프로퍼티 상세

BuAddData 보호되어 있는 프로퍼티

BuAddData control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.Button BuAddData
리턴 global::System.Web.UI.WebControls.Button

BuSearch 보호되어 있는 프로퍼티

BuSearch control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.Button BuSearch
리턴 global::System.Web.UI.WebControls.Button

Button1 보호되어 있는 프로퍼티

Button1 control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.Button Button1
리턴 global::System.Web.UI.WebControls.Button

DDLAccounts 보호되어 있는 프로퍼티

DDLAccounts control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.DropDownList DDLAccounts
리턴 global::System.Web.UI.WebControls.DropDownList

DDLHomeWorkID 보호되어 있는 프로퍼티

DDLHomeWorkID control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.DropDownList DDLHomeWorkID
리턴 global::System.Web.UI.WebControls.DropDownList

DDLIsActive 보호되어 있는 프로퍼티

DDLIsActive control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.DropDownList DDLIsActive
리턴 global::System.Web.UI.WebControls.DropDownList

DDLTimeID 보호되어 있는 프로퍼티

DDLTimeID control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.DropDownList DDLTimeID
리턴 global::System.Web.UI.WebControls.DropDownList

DDLTutorialID 보호되어 있는 프로퍼티

DDLTutorialID control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.DropDownList DDLTutorialID
리턴 global::System.Web.UI.WebControls.DropDownList

DDLTutroialIHomeWork 보호되어 있는 프로퍼티

DDLTutroialIHomeWork control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.DropDownList DDLTutroialIHomeWork
리턴 global::System.Web.UI.WebControls.DropDownList

FileUpload1 보호되어 있는 프로퍼티

FileUpload1 control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.FileUpload FileUpload1
리턴 global::System.Web.UI.WebControls.FileUpload

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

GridView2 보호되어 있는 프로퍼티

GridView2 control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.GridView GridView2
리턴 global::System.Web.UI.WebControls.GridView

GridView3 보호되어 있는 프로퍼티

GridView3 control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.GridView GridView3
리턴 global::System.Web.UI.WebControls.GridView

LaAccounts 보호되어 있는 프로퍼티

LaAccounts control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.Label LaAccounts
리턴 global::System.Web.UI.WebControls.Label

LaStudentName 보호되어 있는 프로퍼티

LaStudentName control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.Label LaStudentName
리턴 global::System.Web.UI.WebControls.Label

LaStudentName10 보호되어 있는 프로퍼티

LaStudentName10 control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.Label LaStudentName10
리턴 global::System.Web.UI.WebControls.Label

LaStudentName11 보호되어 있는 프로퍼티

LaStudentName11 control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.Label LaStudentName11
리턴 global::System.Web.UI.WebControls.Label

LaStudentName12 보호되어 있는 프로퍼티

LaStudentName12 control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.Label LaStudentName12
리턴 global::System.Web.UI.WebControls.Label

LaStudentName13 보호되어 있는 프로퍼티

LaStudentName13 control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.Label LaStudentName13
리턴 global::System.Web.UI.WebControls.Label

LaStudentName6 보호되어 있는 프로퍼티

LaStudentName6 control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.Label LaStudentName6
리턴 global::System.Web.UI.WebControls.Label

Label1info 보호되어 있는 프로퍼티

Label1info control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.Label Label1info
리턴 global::System.Web.UI.WebControls.Label

Label2 보호되어 있는 프로퍼티

Label2 control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.Label Label2
리턴 global::System.Web.UI.WebControls.Label

Latutroalinfo 보호되어 있는 프로퍼티

Latutroalinfo control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.Label Latutroalinfo
리턴 global::System.Web.UI.WebControls.Label

LiMassage 보호되어 있는 프로퍼티

LiMassage control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.Literal LiMassage
리턴 global::System.Web.UI.WebControls.Literal

LiMessage 보호되어 있는 프로퍼티

LiMessage control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.Literal LiMessage
리턴 global::System.Web.UI.WebControls.Literal

SDSAccounts 보호되어 있는 프로퍼티

SDSAccounts control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.SqlDataSource SDSAccounts
리턴 global::System.Web.UI.WebControls.SqlDataSource

SDSSDegress2013 보호되어 있는 프로퍼티

SDSSDegress2013 control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.SqlDataSource SDSSDegress2013
리턴 global::System.Web.UI.WebControls.SqlDataSource

ScriptManager1 보호되어 있는 프로퍼티

ScriptManager1 control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.ScriptManager ScriptManager1
리턴 global::System.Web.UI.ScriptManager

SqlDataSource2 보호되어 있는 프로퍼티

SqlDataSource2 control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.SqlDataSource SqlDataSource2
리턴 global::System.Web.UI.WebControls.SqlDataSource

SqlDataSource3 보호되어 있는 프로퍼티

SqlDataSource3 control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.SqlDataSource SqlDataSource3
리턴 global::System.Web.UI.WebControls.SqlDataSource

SqlDataSource4 보호되어 있는 프로퍼티

SqlDataSource4 control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.SqlDataSource SqlDataSource4
리턴 global::System.Web.UI.WebControls.SqlDataSource

SqlDataSource5 보호되어 있는 프로퍼티

SqlDataSource5 control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.SqlDataSource SqlDataSource5
리턴 global::System.Web.UI.WebControls.SqlDataSource

SqlDataSource6 보호되어 있는 프로퍼티

SqlDataSource6 control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.SqlDataSource SqlDataSource6
리턴 global::System.Web.UI.WebControls.SqlDataSource

UpdatePanel1 보호되어 있는 프로퍼티

UpdatePanel1 control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.UpdatePanel UpdatePanel1
리턴 global::System.Web.UI.UpdatePanel

UpdatePanel2 보호되어 있는 프로퍼티

UpdatePanel2 control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.UpdatePanel UpdatePanel2
리턴 global::System.Web.UI.UpdatePanel

UpdatePanel3 보호되어 있는 프로퍼티

UpdatePanel3 control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.UpdatePanel UpdatePanel3
리턴 global::System.Web.UI.UpdatePanel

UpdateProgress1 보호되어 있는 프로퍼티

UpdateProgress1 control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.UpdateProgress UpdateProgress1
리턴 global::System.Web.UI.UpdateProgress

ValidationSummary1 보호되어 있는 프로퍼티

ValidationSummary1 control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.ValidationSummary ValidationSummary1
리턴 global::System.Web.UI.WebControls.ValidationSummary

txtDeadLineDate 보호되어 있는 프로퍼티

txtDeadLineDate control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.TextBox txtDeadLineDate
리턴 global::System.Web.UI.WebControls.TextBox

txtGrade 보호되어 있는 프로퍼티

txtGrade control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.TextBox txtGrade
리턴 global::System.Web.UI.WebControls.TextBox

txtHomeWorkDetails 보호되어 있는 프로퍼티

txtHomeWorkDetails control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.TextBox txtHomeWorkDetails
리턴 global::System.Web.UI.WebControls.TextBox

txtHomeWorkTitle 보호되어 있는 프로퍼티

txtHomeWorkTitle control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.TextBox txtHomeWorkTitle
리턴 global::System.Web.UI.WebControls.TextBox

txtStudentName 보호되어 있는 프로퍼티

txtStudentName control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.TextBox txtStudentName
리턴 global::System.Web.UI.WebControls.TextBox