C# Class newtelligence.DasBlog.Web.EditNavigatorLinksBox

Show file Open project: AArnott/dasblog

Protected Properties

Property Type Description
labelTitle global::System.Web.UI.WebControls.Label
navigationRoot NavigationRoot
navigatorLinksGrid global::System.Web.UI.WebControls.DataGrid
resmgr System.Resources.ResourceManager
shadowBox global::newtelligence.DasBlog.Web.Core.WebControls.ShadowBox
validatorRFname System.Web.UI.WebControls.RequiredFieldValidator

Protected Methods

Method Description
OnInit ( EventArgs e ) : void
Page_Load ( object sender, System e ) : void

Private Methods

Method Description
BindGrid ( ) : void
InitializeComponent ( ) : void

Required method for Designer support - do not modify the contents of this method with the code editor.

LoadList ( string fileName ) : void
SaveList ( string fileName ) : void
navigatorLinksGrid_CancelCommand ( object source, System e ) : void
navigatorLinksGrid_DeleteCommand ( object source, System e ) : void
navigatorLinksGrid_EditCommand ( object source, System e ) : void
navigatorLinksGrid_ItemCommand ( object source, System e ) : void
navigatorLinksGrid_PageIndexChanged ( object source, System e ) : void
navigatorLinksGrid_UpdateCommand ( object source, System e ) : void

Method Details

OnInit() protected method

protected OnInit ( EventArgs e ) : void
e EventArgs
return void

Page_Load() protected method

protected Page_Load ( object sender, System e ) : void
sender object
e System
return void

Property Details

labelTitle protected property

labelTitle control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.Label labelTitle
return global::System.Web.UI.WebControls.Label

navigationRoot protected property

protected NavigationRoot navigationRoot
return NavigationRoot

navigatorLinksGrid protected property

navigatorLinksGrid control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.DataGrid navigatorLinksGrid
return global::System.Web.UI.WebControls.DataGrid

resmgr protected property

protected System.Resources.ResourceManager resmgr
return System.Resources.ResourceManager

shadowBox protected property

shadowBox control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::newtelligence.DasBlog.Web.Core.WebControls.ShadowBox shadowBox
return global::newtelligence.DasBlog.Web.Core.WebControls.ShadowBox

validatorRFname protected property

protected RequiredFieldValidator,System.Web.UI.WebControls validatorRFname
return System.Web.UI.WebControls.RequiredFieldValidator