Method | Description | |
---|---|---|
Block_BlockUpdated ( object sender, |
Handles the BlockUpdated event of the UserLogins control.
|
|
OnInit ( |
Raises the E:System.Web.UI.Control.Init event.
|
|
OnLoad ( |
Raises the E:System.Web.UI.Control.Load event.
|
|
gFollowings_RowDataBound ( object sender, System.Web.UI.WebControls.GridViewRowEventArgs e ) : void |
Handles the RowDataBound event of the gFollowings control.
|
|
lbUnfollow_Click ( object sender, |
Handles the Click event of the lbUnfollow control.
|
Method | Description | |
---|---|---|
BindGrid ( ) : void |
Binds the grid.
|
|
gFollowings_GridRebind ( object sender, |
Handles the GridRebind event of the gFollowings control.
|
protected Block_BlockUpdated ( object sender, |
||
sender | object | The source of the event. |
e | The |
|
return | void |
protected OnInit ( |
||
e | An |
|
return | void |
protected OnLoad ( |
||
e | The |
|
return | void |
protected gFollowings_RowDataBound ( object sender, System.Web.UI.WebControls.GridViewRowEventArgs e ) : void | ||
sender | object | The source of the event. |
e | System.Web.UI.WebControls.GridViewRowEventArgs | The |
return | void |
protected lbUnfollow_Click ( object sender, |
||
sender | object | The source of the event. |
e | The |
|
return | void |