C# 클래스 FileUpload.WebForm1

Summary description for WebForm1.
상속: System.Web.UI.Page
파일 보기 프로젝트 열기: vbrh-immalle/italia-website

보호된 프로퍼티들

프로퍼티 타입 설명
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

보호된 메소드들

메소드 설명
OnInit ( EventArgs e ) : void

비공개 메소드들

메소드 설명
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

메소드 상세

OnInit() 보호된 메소드

protected OnInit ( EventArgs e ) : void
e System.EventArgs
리턴 void

프로퍼티 상세

cmdSend 보호되어 있는 프로퍼티

protected Button,System.Web.UI.WebControls cmdSend
리턴 System.Web.UI.WebControls.Button

filMyFile 보호되어 있는 프로퍼티

protected HtmlInputFile,System.Web.UI.HtmlControls filMyFile
리턴 System.Web.UI.HtmlControls.HtmlInputFile

imgDB 보호되어 있는 프로퍼티

protected Image,System.Web.UI.WebControls imgDB
리턴 System.Web.UI.WebControls.Image

imgFile 보호되어 있는 프로퍼티

protected Image,System.Web.UI.WebControls imgFile
리턴 System.Web.UI.WebControls.Image

lblFile 보호되어 있는 프로퍼티

protected Label,System.Web.UI.WebControls lblFile
리턴 System.Web.UI.WebControls.Label

lblInfo 보호되어 있는 프로퍼티

protected Label,System.Web.UI.WebControls lblInfo
리턴 System.Web.UI.WebControls.Label

lblText1 보호되어 있는 프로퍼티

protected Label,System.Web.UI.WebControls lblText1
리턴 System.Web.UI.WebControls.Label

lblText2 보호되어 있는 프로퍼티

protected Label,System.Web.UI.WebControls lblText2
리턴 System.Web.UI.WebControls.Label