C# Class FLWebServicesC.ManageStudent

Inheritance: System.Web.UI.Page
Show file Open project: hussien89aa/Alrubaye.net

Protected Properties

Property 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

Public Methods

Method Description
GetMimeTypeByFileName ( string sFileName ) : string
StreamFileToBrowser ( string sFileName, byte fileBytes ) : void

Protected Methods

Method 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

Method Description
LoadDetails ( ) : void

Method Details

BuAddData_Click() protected method

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

BuSearch_Click() protected method

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

Button1_Click() protected method

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

DDLAccounts_DataBound() protected method

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

DDLAccounts_SelectedIndexChanged() protected method

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

DDLHomeWorkID_DataBound() protected method

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

DDLTimeID_DataBound() protected method

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

GetMimeTypeByFileName() public method

public GetMimeTypeByFileName ( string sFileName ) : string
sFileName string
return string

GridView1_RowCommand() protected method

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

GridView1_RowDataBound() protected method

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

GridView3_RowCommand() protected method

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

Page_Load() protected method

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

SDSSDegress2013_Selecting() protected method

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

StreamFileToBrowser() public method

public StreamFileToBrowser ( string sFileName, byte fileBytes ) : void
sFileName string
fileBytes byte
return void

Property Details

BuAddData protected 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
return global::System.Web.UI.WebControls.Button

BuSearch protected 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
return global::System.Web.UI.WebControls.Button

Button1 protected 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
return global::System.Web.UI.WebControls.Button

DDLAccounts protected 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
return global::System.Web.UI.WebControls.DropDownList

DDLHomeWorkID protected 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
return global::System.Web.UI.WebControls.DropDownList

DDLIsActive protected 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
return global::System.Web.UI.WebControls.DropDownList

DDLTimeID protected 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
return global::System.Web.UI.WebControls.DropDownList

DDLTutorialID protected 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
return global::System.Web.UI.WebControls.DropDownList

DDLTutroialIHomeWork protected 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
return global::System.Web.UI.WebControls.DropDownList

FileUpload1 protected 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
return global::System.Web.UI.WebControls.FileUpload

GridView1 protected 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
return global::System.Web.UI.WebControls.GridView

GridView2 protected 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
return global::System.Web.UI.WebControls.GridView

GridView3 protected 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
return global::System.Web.UI.WebControls.GridView

LaAccounts protected 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
return global::System.Web.UI.WebControls.Label

LaStudentName protected 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
return global::System.Web.UI.WebControls.Label

LaStudentName10 protected 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
return global::System.Web.UI.WebControls.Label

LaStudentName11 protected 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
return global::System.Web.UI.WebControls.Label

LaStudentName12 protected 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
return global::System.Web.UI.WebControls.Label

LaStudentName13 protected 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
return global::System.Web.UI.WebControls.Label

LaStudentName6 protected 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
return global::System.Web.UI.WebControls.Label

Label1info protected 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
return global::System.Web.UI.WebControls.Label

Label2 protected 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
return global::System.Web.UI.WebControls.Label

Latutroalinfo protected 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
return global::System.Web.UI.WebControls.Label

LiMassage protected 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
return global::System.Web.UI.WebControls.Literal

LiMessage protected 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
return global::System.Web.UI.WebControls.Literal

SDSAccounts protected 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
return global::System.Web.UI.WebControls.SqlDataSource

SDSSDegress2013 protected 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
return global::System.Web.UI.WebControls.SqlDataSource

ScriptManager1 protected 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
return global::System.Web.UI.ScriptManager

SqlDataSource2 protected 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
return global::System.Web.UI.WebControls.SqlDataSource

SqlDataSource3 protected 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
return global::System.Web.UI.WebControls.SqlDataSource

SqlDataSource4 protected 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
return global::System.Web.UI.WebControls.SqlDataSource

SqlDataSource5 protected 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
return global::System.Web.UI.WebControls.SqlDataSource

SqlDataSource6 protected 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
return global::System.Web.UI.WebControls.SqlDataSource

UpdatePanel1 protected 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
return global::System.Web.UI.UpdatePanel

UpdatePanel2 protected 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
return global::System.Web.UI.UpdatePanel

UpdatePanel3 protected 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
return global::System.Web.UI.UpdatePanel

UpdateProgress1 protected 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
return global::System.Web.UI.UpdateProgress

ValidationSummary1 protected 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
return global::System.Web.UI.WebControls.ValidationSummary

txtDeadLineDate protected 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
return global::System.Web.UI.WebControls.TextBox

txtGrade protected 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
return global::System.Web.UI.WebControls.TextBox

txtHomeWorkDetails protected 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
return global::System.Web.UI.WebControls.TextBox

txtHomeWorkTitle protected 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
return global::System.Web.UI.WebControls.TextBox

txtStudentName protected 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
return global::System.Web.UI.WebControls.TextBox