C# Класс WebApplication._Upload

Показать файл Открыть проект

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

Свойство Тип Описание
btnUpload global::System.Web.UI.WebControls.Button
fileUpload global::System.Web.UI.WebControls.FileUpload
gvFiles global::System.Web.UI.WebControls.GridView
lblFileCount global::System.Web.UI.WebControls.Label
lblStatus global::System.Web.UI.WebControls.Label
pnlFiles global::System.Web.UI.WebControls.Panel
pnlUpload global::System.Web.UI.WebControls.Panel

Защищенные методы

Метод Описание
BindFiles ( ) : void
Page_Load ( object sender, EventArgs e ) : void
UploadClicked ( object sender, EventArgs e ) : void

Описание методов

BindFiles() защищенный Метод

protected BindFiles ( ) : void
Результат void

Page_Load() защищенный Метод

protected Page_Load ( object sender, EventArgs e ) : void
sender object
e EventArgs
Результат void

UploadClicked() защищенный Метод

protected UploadClicked ( object sender, EventArgs e ) : void
sender object
e EventArgs
Результат void

Описание свойств

btnUpload защищенное свойство

btnUpload control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.Button btnUpload
Результат global::System.Web.UI.WebControls.Button

fileUpload защищенное свойство

fileUpload control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.FileUpload fileUpload
Результат global::System.Web.UI.WebControls.FileUpload

gvFiles защищенное свойство

gvFiles control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.GridView gvFiles
Результат global::System.Web.UI.WebControls.GridView

lblFileCount защищенное свойство

lblFileCount control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.Label lblFileCount
Результат global::System.Web.UI.WebControls.Label

lblStatus защищенное свойство

lblStatus control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.Label lblStatus
Результат global::System.Web.UI.WebControls.Label

pnlFiles защищенное свойство

pnlFiles control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.Panel pnlFiles
Результат global::System.Web.UI.WebControls.Panel

pnlUpload защищенное свойство

pnlUpload control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.Panel pnlUpload
Результат global::System.Web.UI.WebControls.Panel