Метод | Описание | |
---|---|---|
ShowDetail ( int campusId ) : void |
Shows the detail.
|
Метод | Описание | |
---|---|---|
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.
|
protected OnLoad ( |
||
e | The |
|
Результат | void |
public ShowDetail ( int campusId ) : void | ||
campusId | int | The campus identifier. |
Результат | void |
protected btnCancel_Click ( object sender, |
||
sender | object | The source of the event. |
e | The |
|
Результат | void |
protected btnSave_Click ( object sender, |
||
sender | object | The source of the event. |
e | The |
|
Результат | void |