C# Class FileUpload.WebForm1

Summary description for WebForm1.
Inheritance: System.Web.UI.Page
Show file Open project: vbrh-immalle/italia-website

Protected Properties

Property Type Description
cmdSend System.Web.UI.WebControls.Button
filMyFile System.Web.UI.HtmlControls.HtmlInputFile
imgDB System.Web.UI.WebControls.Image
imgFile System.Web.UI.WebControls.Image
lblFile System.Web.UI.WebControls.Label
lblInfo System.Web.UI.WebControls.Label
lblText1 System.Web.UI.WebControls.Label
lblText2 System.Web.UI.WebControls.Label

Protected Methods

Method Description
OnInit ( EventArgs e ) : void

Private Methods

Method Description
GetConnectionString ( ) : string
GetMyName ( ) : string
InitializeComponent ( ) : void
Page_Load ( object sender, System e ) : void
ShowTheFile ( int FileID ) : void
WriteToDB ( string strName, string strType, byte &Buffer ) : int
WriteToFile ( string strPath, byte &Buffer ) : void
cmdSend_Click ( object sender, System e ) : void

Method Details

OnInit() protected method

protected OnInit ( EventArgs e ) : void
e System.EventArgs
return void

Property Details

cmdSend protected property

protected Button,System.Web.UI.WebControls cmdSend
return System.Web.UI.WebControls.Button

filMyFile protected property

protected HtmlInputFile,System.Web.UI.HtmlControls filMyFile
return System.Web.UI.HtmlControls.HtmlInputFile

imgDB protected property

protected Image,System.Web.UI.WebControls imgDB
return System.Web.UI.WebControls.Image

imgFile protected property

protected Image,System.Web.UI.WebControls imgFile
return System.Web.UI.WebControls.Image

lblFile protected property

protected Label,System.Web.UI.WebControls lblFile
return System.Web.UI.WebControls.Label

lblInfo protected property

protected Label,System.Web.UI.WebControls lblInfo
return System.Web.UI.WebControls.Label

lblText1 protected property

protected Label,System.Web.UI.WebControls lblText1
return System.Web.UI.WebControls.Label

lblText2 protected property

protected Label,System.Web.UI.WebControls lblText2
return System.Web.UI.WebControls.Label