Property | Type | Description | |
---|---|---|---|
ResetButton | global::System.Web.UI.WebControls.LinkButton | ||
ResetItemStatsUpdatePanel | global::System.Web.UI.UpdatePanel | ||
SuccessMessage | global::System.Web.UI.WebControls.Label | ||
chkResetItemCommentCount | global::System.Web.UI.WebControls.CheckBox | ||
chkResetItemViewCount | global::System.Web.UI.WebControls.CheckBox | ||
lblResetCommentCount | global::DotNetNuke.UI.UserControls.LabelControl | ||
lblResetItemViews | global::DotNetNuke.UI.UserControls.LabelControl |
Method | Description | |
---|---|---|
OnInit ( EventArgs e ) : void |
Raises the E:Init event.
|
Method | Description | |
---|---|---|
Page_Load ( object sender, EventArgs e ) : void |
Handles the Load event of the Page control.
|
|
ResetButton_Click ( object sender, EventArgs e ) : void |
Handles the Click event of the ResetButton control.
|
protected OnInit ( EventArgs e ) : void | ||
e | EventArgs | The |
return | void |
protected global::System.Web.UI.WebControls.LinkButton ResetButton | ||
return | global::System.Web.UI.WebControls.LinkButton |
protected global::System.Web.UI.UpdatePanel ResetItemStatsUpdatePanel | ||
return | global::System.Web.UI.UpdatePanel |
protected global::System.Web.UI.WebControls.Label SuccessMessage | ||
return | global::System.Web.UI.WebControls.Label |
protected global::System.Web.UI.WebControls.CheckBox chkResetItemCommentCount | ||
return | global::System.Web.UI.WebControls.CheckBox |
protected global::System.Web.UI.WebControls.CheckBox chkResetItemViewCount | ||
return | global::System.Web.UI.WebControls.CheckBox |
protected global::DotNetNuke.UI.UserControls.LabelControl lblResetCommentCount | ||
return | global::DotNetNuke.UI.UserControls.LabelControl |