Property | Type | Description | |
---|---|---|---|
GridView1 | global::System.Web.UI.WebControls.GridView | ||
TemplateCustomValuesEditor | global::DotNetNuke.UI.WebControls.CollectionEditorControl | ||
TemplateDataSource | global::System.Web.UI.WebControls.ObjectDataSource | ||
cmdApply | global::System.Web.UI.WebControls.LinkButton | ||
cmdConfig | global::System.Web.UI.WebControls.HyperLink | ||
lblConfig | global::System.Web.UI.WebControls.Label | ||
lblCustomizeTemplate | global::System.Web.UI.WebControls.Label | ||
lblNewConfig | global::System.Web.UI.WebControls.Label | ||
lblTemplate | global::System.Web.UI.WebControls.Label |
Method | Description | |
---|---|---|
RaisePostBackEvent ( string eventArgument ) : void |
Method | Description | |
---|---|---|
GridView1_SelectedIndexChanged ( object sender, EventArgs e ) : void | ||
OnInit ( EventArgs e ) : void | ||
Page_Load ( object sender, EventArgs e ) : void | ||
cmdApply_Click ( object sender, EventArgs e ) : void |
Method | Description | |
---|---|---|
BindData ( ) : void | ||
DeleteMe ( ) : void | ||
LoadCustomization ( ) : void |
protected GridView1_SelectedIndexChanged ( object sender, EventArgs e ) : void | ||
sender | object | |
e | EventArgs | |
return | void |
protected Page_Load ( object sender, EventArgs e ) : void | ||
sender | object | |
e | EventArgs | |
return | void |
public RaisePostBackEvent ( string eventArgument ) : void | ||
eventArgument | string | |
return | void |
protected cmdApply_Click ( object sender, EventArgs e ) : void | ||
sender | object | |
e | EventArgs | |
return | void |
protected global::System.Web.UI.WebControls.GridView GridView1 | ||
return | global::System.Web.UI.WebControls.GridView |
protected global::DotNetNuke.UI.WebControls.CollectionEditorControl TemplateCustomValuesEditor | ||
return | global::DotNetNuke.UI.WebControls.CollectionEditorControl |
protected global::System.Web.UI.WebControls.ObjectDataSource TemplateDataSource | ||
return | global::System.Web.UI.WebControls.ObjectDataSource |
protected global::System.Web.UI.WebControls.LinkButton cmdApply | ||
return | global::System.Web.UI.WebControls.LinkButton |
protected global::System.Web.UI.WebControls.HyperLink cmdConfig | ||
return | global::System.Web.UI.WebControls.HyperLink |
protected global::System.Web.UI.WebControls.Label lblConfig | ||
return | global::System.Web.UI.WebControls.Label |
protected global::System.Web.UI.WebControls.Label lblCustomizeTemplate | ||
return | global::System.Web.UI.WebControls.Label |
protected global::System.Web.UI.WebControls.Label lblNewConfig | ||
return | global::System.Web.UI.WebControls.Label |