C# Class Widgets.Newsletter.Edit

显示文件 Open project: rasmuskl/ReSharperCourse

Public Methods

Method Description
Save ( ) : void

Saves this the basic widget settings such as the Title.

Protected Methods

Method Description
OnInit ( EventArgs e ) : void

Raises the E:System.Web.UI.Control.Init event.

Private Methods

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.

Method Details

OnInit() protected method

Raises the E:System.Web.UI.Control.Init event.
protected OnInit ( EventArgs e ) : void
e EventArgs /// An object that contains the event data. ///
return void

Save() public method

Saves this the basic widget settings such as the Title.
public Save ( ) : void
return void