Méthode | Description | |
---|---|---|
ShowDetail ( string itemKey, int itemKeyValue ) : void |
Shows the edit.
|
Méthode | Description | |
---|---|---|
OnLoad ( |
Raises the E:System.Web.UI.Control.Load event.
|
|
btnCancel_Click ( object sender, |
Handles the Click event of the btnCancel control.
|
|
btnSave_Click ( object sender, |
Handles the Click event of the btnSave control.
|
|
ddlEntityType_SelectedIndexChanged ( object sender, |
Handles the SelectedIndexChanged event of the ddlEntityType control.
|
Méthode | Description | |
---|---|---|
LoadColumnNames ( ) : void |
Loads the column names.
|
|
LoadDropDowns ( ) : void |
Loads the drop downs.
|
protected OnLoad ( |
||
e | The |
|
Résultat | void |
public ShowDetail ( string itemKey, int itemKeyValue ) : void | ||
itemKey | string | The item key. |
itemKeyValue | int | The item key value. |
Résultat | void |
protected btnCancel_Click ( object sender, |
||
sender | object | The source of the event. |
e | The |
|
Résultat | void |
protected btnSave_Click ( object sender, |
||
sender | object | The source of the event. |
e | The |
|
Résultat | void |
protected ddlEntityType_SelectedIndexChanged ( object sender, |
||
sender | object | The source of the event. |
e | The |
|
Résultat | void |