Property | Type | Description | |
---|---|---|---|
Panel1 | System.Web.UI.WebControls.Panel | ||
buttonSaveChanges | global::System.Web.UI.WebControls.Button | ||
changesAlert | global::System.Web.UI.WebControls.Label | ||
crosspostSitesGrid | global::System.Web.UI.WebControls.DataGrid | ||
labelTitle | global::System.Web.UI.WebControls.Label | ||
resmgr | System.Resources.ResourceManager | ||
shadowBox | global::newtelligence.DasBlog.Web.Core.WebControls.ShadowBox | ||
validatorRFname | System.Web.UI.WebControls.RequiredFieldValidator |
Method | Description | |
---|---|---|
GetServerInfo ( ) : ICollection |
Method | Description | |
---|---|---|
OnInit ( |
||
Page_Load ( object sender, System e ) : void | ||
TruncateString ( string s, int max ) : string | ||
buttonSaveChanges_Click ( object sender, System e ) : void | ||
crosspostSitesGrid_Load ( object sender, System e ) : void |
Method | Description | |
---|---|---|
BindGrid ( ) : void | ||
InitializeComponent ( ) : void |
Required method for Designer support - do not modify the contents of this method with the code editor.
|
|
LoadCrossPostServerInfo ( ) : void | ||
LoadSites ( ) : void | ||
SaveSites ( ) : void | ||
crosspostSitesGrid_CancelCommand ( object source, System e ) : void | ||
crosspostSitesGrid_DeleteCommand ( object source, System e ) : void | ||
crosspostSitesGrid_EditCommand ( object source, System e ) : void | ||
crosspostSitesGrid_ItemCommand ( object source, System e ) : void | ||
crosspostSitesGrid_PageIndexChanged ( object source, System e ) : void | ||
crosspostSitesGrid_UpdateCommand ( object source, System e ) : void |
protected Page_Load ( object sender, System e ) : void | ||
sender | object | |
e | System | |
return | void |
protected TruncateString ( string s, int max ) : string | ||
s | string | |
max | int | |
return | string |
protected buttonSaveChanges_Click ( object sender, System e ) : void | ||
sender | object | |
e | System | |
return | void |
protected crosspostSitesGrid_Load ( object sender, System e ) : void | ||
sender | object | |
e | System | |
return | void |
protected Panel,System.Web.UI.WebControls Panel1 | ||
return | System.Web.UI.WebControls.Panel |
protected global::System.Web.UI.WebControls.Button buttonSaveChanges | ||
return | global::System.Web.UI.WebControls.Button |
protected global::System.Web.UI.WebControls.Label changesAlert | ||
return | global::System.Web.UI.WebControls.Label |
protected global::System.Web.UI.WebControls.DataGrid crosspostSitesGrid | ||
return | global::System.Web.UI.WebControls.DataGrid |
protected global::System.Web.UI.WebControls.Label labelTitle | ||
return | global::System.Web.UI.WebControls.Label |
protected System.Resources.ResourceManager resmgr | ||
return | System.Resources.ResourceManager |
protected global::newtelligence.DasBlog.Web.Core.WebControls.ShadowBox shadowBox | ||
return | global::newtelligence.DasBlog.Web.Core.WebControls.ShadowBox |