C# Класс FLWebServicesC.ManageStudent

Наследование: System.Web.UI.Page
Показать файл Открыть проект

Защищенные свойства (Protected)

Свойство Тип Описание
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