Method | Description | |
---|---|---|
Save ( ) : void |
Saves this the basic widget settings such as the Title.
|
Method | Description | |
---|---|---|
OnInit ( EventArgs e ) : void |
Raises the E:System.Web.UI.Control.Init event.
|
Method | Description | |
---|---|---|
BindGrid ( ) : void |
Binds the grid.
|
|
GridEmailsRowDataBound ( object sender, GridViewRowEventArgs e ) : void |
Handles the RowDataBound event of the gridEmails control.
|
|
GridEmailsRowDeleting ( object sender, GridViewDeleteEventArgs e ) : void |
Handles the RowDeleting event of the gridEmails control.
|
|
LoadEmails ( ) : void |
Loads the emails.
|
|
SaveEmails ( ) : void |
Saves the emails.
|
protected OnInit ( EventArgs e ) : void | ||
e | EventArgs |
/// An |
return | void |