C# Class FLWebServicesC.ManageStudent

Inheritance: System.Web.UI.Page
Afficher le fichier Open project: hussien89aa/Alrubaye.net

Protected Properties

Свойство Type Description
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

Méthodes publiques

Méthode Description
GetMimeTypeByFileName ( string sFileName ) : string
StreamFileToBrowser ( string sFileName, byte fileBytes ) : void

Méthodes protégées

Méthode Description
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

Private Methods

Méthode Description
LoadDetails ( ) : void

Method Details

BuAddData_Click() protected méthode

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

BuSearch_Click() protected méthode

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

Button1_Click() protected méthode

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

DDLAccounts_DataBound() protected méthode

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

DDLAccounts_SelectedIndexChanged() protected méthode

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

DDLHomeWorkID_DataBound() protected méthode

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

DDLTimeID_DataBound() protected méthode

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

GetMimeTypeByFileName() public méthode

public GetMimeTypeByFileName ( string sFileName ) : string
sFileName string
Résultat string

GridView1_RowCommand() protected méthode

protected GridView1_RowCommand ( object sender, System.Web.UI.WebControls.GridViewCommandEventArgs e ) : void
sender object
e System.Web.UI.WebControls.GridViewCommandEventArgs
Résultat void

GridView1_RowDataBound() protected méthode

protected GridView1_RowDataBound ( object sender, System.Web.UI.WebControls.GridViewRowEventArgs e ) : void
sender object
e System.Web.UI.WebControls.GridViewRowEventArgs
Résultat void

GridView3_RowCommand() protected méthode

protected GridView3_RowCommand ( object sender, System.Web.UI.WebControls.GridViewCommandEventArgs e ) : void
sender object
e System.Web.UI.WebControls.GridViewCommandEventArgs
Résultat void

Page_Load() protected méthode

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

SDSSDegress2013_Selecting() protected méthode

protected SDSSDegress2013_Selecting ( object sender, System.Web.UI.WebControls.SqlDataSourceSelectingEventArgs e ) : void
sender object
e System.Web.UI.WebControls.SqlDataSourceSelectingEventArgs
Résultat void

StreamFileToBrowser() public méthode

public StreamFileToBrowser ( string sFileName, byte fileBytes ) : void
sFileName string
fileBytes byte
Résultat void

Property Details

BuAddData protected_oe property

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

BuSearch protected_oe property

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

Button1 protected_oe property

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

DDLAccounts protected_oe property

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

DDLHomeWorkID protected_oe property

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

DDLIsActive protected_oe property

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

DDLTimeID protected_oe property

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

DDLTutorialID protected_oe property

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

DDLTutroialIHomeWork protected_oe property

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

FileUpload1 protected_oe property

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

GridView1 protected_oe property

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

GridView2 protected_oe property

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

GridView3 protected_oe property

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

LaAccounts protected_oe property

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

LaStudentName protected_oe property

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

LaStudentName10 protected_oe property

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

LaStudentName11 protected_oe property

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

LaStudentName12 protected_oe property

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

LaStudentName13 protected_oe property

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

LaStudentName6 protected_oe property

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

Label1info protected_oe property

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

Label2 protected_oe property

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

Latutroalinfo protected_oe property

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

LiMassage protected_oe property

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

LiMessage protected_oe property

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

SDSAccounts protected_oe property

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

SDSSDegress2013 protected_oe property

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

ScriptManager1 protected_oe property

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

SqlDataSource2 protected_oe property

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

SqlDataSource3 protected_oe property

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

SqlDataSource4 protected_oe property

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

SqlDataSource5 protected_oe property

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

SqlDataSource6 protected_oe property

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

UpdatePanel1 protected_oe property

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

UpdatePanel2 protected_oe property

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

UpdatePanel3 protected_oe property

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

UpdateProgress1 protected_oe property

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

ValidationSummary1 protected_oe property

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

txtDeadLineDate protected_oe property

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

txtGrade protected_oe property

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

txtHomeWorkDetails protected_oe property

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

txtHomeWorkTitle protected_oe property

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

txtStudentName protected_oe property

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