Property | Type | Description | |
---|---|---|---|
VendorID | int |
Property | Type | Description | |
---|---|---|---|
cmdAdd | global::System.Web.UI.WebControls.HyperLink | ||
grdAffiliates | global::System.Web.UI.WebControls.DataGrid |
Method | Description | |
---|---|---|
DisplayDate ( DateTime DateValue ) : string |
DisplayDate formats a Date
|
|
FormatURL ( string strKeyName, string strKeyValue ) : string |
FormatURL correctly formats the Url (adding a key/Value pair)
|
Method | Description | |
---|---|---|
OnInit ( EventArgs e ) : void | ||
OnLoad ( EventArgs e ) : void |
Page_Load runs when the control is loaded
|
Method | Description | |
---|---|---|
BindData ( ) : void |
BindData gets the affiliates from the Database and binds them to the DataGrid
|
|
InitializeComponent ( ) : void |
public DisplayDate ( DateTime DateValue ) : string | ||
DateValue | DateTime | |
return | string |
public FormatURL ( string strKeyName, string strKeyValue ) : string | ||
strKeyName | string | |
strKeyValue | string | |
return | string |
protected global::System.Web.UI.WebControls.HyperLink cmdAdd | ||
return | global::System.Web.UI.WebControls.HyperLink |