Метод | Описание | |
---|---|---|
OnInit ( |
Raises the E:System.Web.UI.Control.Init event.
|
|
OnLoad ( |
Raises the E:System.Web.UI.Control.Load event.
|
|
ShowDetailForm ( int id ) : void |
Shows the detail form.
|
|
gBusinessList_Delete ( object sender, Rock e ) : void |
Handles the Delete event of the gBusinessList control.
|
|
gBusinessList_Edit ( object sender, Rock e ) : void |
Handles the Edit event of the gBusinessList control.
|
|
gBusinessList_RowDataBound ( object sender, System.Web.UI.WebControls.GridViewRowEventArgs e ) : void |
Handles the RowDataBound event of the gBusinessList control.
|
|
gBusinessList_RowSelected ( object sender, Rock e ) : void |
Handles the RowSelected event of the gBusinessList control.
|
Метод | Описание | |
---|---|---|
BindFilter ( ) : void |
Binds the filter.
|
|
BindGrid ( ) : void |
Binds the grid.
|
|
gBusinessList_AddClick ( object sender, |
Handles the AddClick event of the gBusinessList control.
|
|
gBusinessList_GridRebind ( object sender, |
Handles the GridRebind event of the gBusinessList control.
|
|
gfBusinessFilter_ApplyFilterClick ( object sender, |
Handles the ApplyFilterClick event of the gfBusinessFilter control.
|
|
gfBusinessFilter_DisplayFilterValue ( object sender, Rock e ) : void |
Handles the DisplayFilterValue event of the gfBusinessFilter control.
|
protected OnInit ( |
||
e | An |
|
Результат | void |
protected OnLoad ( |
||
e | The |
|
Результат | void |
protected ShowDetailForm ( int id ) : void | ||
id | int | The id. |
Результат | void |
protected gBusinessList_Delete ( object sender, Rock e ) : void | ||
sender | object | The source of the event. |
e | Rock | The |
Результат | void |
protected gBusinessList_Edit ( object sender, Rock e ) : void | ||
sender | object | The source of the event. |
e | Rock | The |
Результат | void |
protected gBusinessList_RowDataBound ( object sender, System.Web.UI.WebControls.GridViewRowEventArgs e ) : void | ||
sender | object | The source of the event. |
e | System.Web.UI.WebControls.GridViewRowEventArgs | The |
Результат | void |
protected gBusinessList_RowSelected ( object sender, Rock e ) : void | ||
sender | object | The source of the event. |
e | Rock | The |
Результат | void |