프로퍼티 | 타입 | 설명 | |
---|---|---|---|
VendorID | int |
프로퍼티 | 타입 | 설명 | |
---|---|---|---|
cmdAdd | global::System.Web.UI.WebControls.HyperLink | ||
grdAffiliates | global::System.Web.UI.WebControls.DataGrid |
메소드 | 설명 | |
---|---|---|
DisplayDate ( DateTime DateValue ) : string |
DisplayDate formats a Date
|
|
FormatURL ( string strKeyName, string strKeyValue ) : string |
FormatURL correctly formats the Url (adding a key/Value pair)
|
메소드 | 설명 | |
---|---|---|
OnInit ( EventArgs e ) : void | ||
OnLoad ( EventArgs e ) : void |
Page_Load runs when the control is loaded
|
메소드 | 설명 | |
---|---|---|
BindData ( ) : void |
BindData gets the affiliates from the Database and binds them to the DataGrid
|
|
InitializeComponent ( ) : void |
public DisplayDate ( DateTime DateValue ) : string | ||
DateValue | DateTime | |
리턴 | string |
public FormatURL ( string strKeyName, string strKeyValue ) : string | ||
strKeyName | string | |
strKeyValue | string | |
리턴 | string |
protected global::System.Web.UI.WebControls.HyperLink cmdAdd | ||
리턴 | global::System.Web.UI.WebControls.HyperLink |