Свойство | 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 |
Méthode | Description | |
---|---|---|
OnInit ( |
Méthode | 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 |
protected Button,System.Web.UI.WebControls cmdSend | ||
Résultat | System.Web.UI.WebControls.Button |
protected HtmlInputFile,System.Web.UI.HtmlControls filMyFile | ||
Résultat | System.Web.UI.HtmlControls.HtmlInputFile |
protected Image,System.Web.UI.WebControls imgDB | ||
Résultat | System.Web.UI.WebControls.Image |
protected Image,System.Web.UI.WebControls imgFile | ||
Résultat | System.Web.UI.WebControls.Image |
protected Label,System.Web.UI.WebControls lblFile | ||
Résultat | System.Web.UI.WebControls.Label |
protected Label,System.Web.UI.WebControls lblInfo | ||
Résultat | System.Web.UI.WebControls.Label |
protected Label,System.Web.UI.WebControls lblText1 | ||
Résultat | System.Web.UI.WebControls.Label |