Property | Type | Description | |
---|---|---|---|
_buildsDataGrid | System.Web.UI.WebControls.DataGrid | ||
_downloadAreaPlaceholder | System.Web.UI.WebControls.PlaceHolder |
Method | Description | |
---|---|---|
GetBuild ( object container ) : Build | ||
GetSuccessfulImageAlt ( object container ) : string | ||
GetSuccessfulImageSource ( object container ) : string | ||
Page_Load ( object sender, EventArgs e ) : void |
Occurs when the page loads.
|
protected GetBuild ( object container ) : Build | ||
container | object | |
return | Build |
protected GetSuccessfulImageAlt ( object container ) : string | ||
container | object | |
return | string |
protected GetSuccessfulImageSource ( object container ) : string | ||
container | object | |
return | string |
protected Page_Load ( object sender, EventArgs e ) : void | ||
sender | object | |
e | EventArgs | |
return | void |
protected System.Web.UI.WebControls.DataGrid _buildsDataGrid | ||
return | System.Web.UI.WebControls.DataGrid |