Метод | Описание | |
---|---|---|
Block_BlockUpdated ( object sender, |
Handles the BlockUpdated event of the control.
|
|
OnInit ( |
Raises the E:System.Web.UI.Control.Init event.
|
|
OnLoad ( |
Raises the E:System.Web.UI.Control.Load event.
|
|
gList_Delete ( object sender, |
Handles the Delete event of the gList control.
|
|
gList_RowDataBound ( object sender, System.Web.UI.WebControls.GridViewRowEventArgs e ) : void |
Handles the RowDataBound event of the gList control.
|
|
gList_RowSelected ( object sender, |
Handles the RowSelected event of the gList control.
|
Метод | Описание | |
---|---|---|
BindGrid ( ) : void |
Binds the grid.
|
|
gList_GridRebind ( object sender, |
Handles the GridRebind event of the gPledges control.
|
protected Block_BlockUpdated ( object sender, |
||
sender | object | The source of the event. |
e | The |
|
Результат | void |
protected OnInit ( |
||
e | An |
|
Результат | void |
protected OnLoad ( |
||
e | The |
|
Результат | void |
protected gList_Delete ( object sender, |
||
sender | object | The source of the event. |
e | The |
|
Результат | void |
protected gList_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 gList_RowSelected ( object sender, |
||
sender | object | The source of the event. |
e | The |
|
Результат | void |