Property | Type | Description | |
---|---|---|---|
animError | global::AjaxControlToolkit.AnimationExtender | ||
animSuccess | global::AjaxControlToolkit.AnimationExtender | ||
imgError | global::System.Web.UI.WebControls.Image | ||
imgSuccess | global::System.Web.UI.WebControls.Image | ||
ltlMsg | global::System.Web.UI.WebControls.Literal | ||
ltlTitle | global::System.Web.UI.WebControls.Literal | ||
plhMsgs | global::System.Web.UI.WebControls.PlaceHolder | ||
pnlUserMsg | global::System.Web.UI.WebControls.Panel |
Method | Description | |
---|---|---|
Hide ( ) : void | ||
ShowError ( |
||
ShowError ( string title ) : void | ||
ShowError ( string title, string message ) : void | ||
ShowSuccess ( |
||
ShowSuccess ( string title ) : void | ||
ShowSuccess ( string title, string message ) : void |
Method | Description | |
---|---|---|
Page_Load ( object sender, |
Method | Description | |
---|---|---|
MakeLookLikeFailure ( ) : void | ||
MakeLookLikeSuccess ( ) : void | ||
ShowMessage ( |
protected Page_Load ( object sender, |
||
sender | object | |
e | ||
return | void |
public ShowError ( |
||
userMessage | ||
return | void |
public ShowError ( string title, string message ) : void | ||
title | string | |
message | string | |
return | void |
public ShowSuccess ( |
||
userMessage | ||
return | void |
public ShowSuccess ( string title, string message ) : void | ||
title | string | |
message | string | |
return | void |
protected global::AjaxControlToolkit.AnimationExtender animError | ||
return | global::AjaxControlToolkit.AnimationExtender |
protected global::AjaxControlToolkit.AnimationExtender animSuccess | ||
return | global::AjaxControlToolkit.AnimationExtender |
protected global::System.Web.UI.WebControls.Image imgError | ||
return | global::System.Web.UI.WebControls.Image |
protected global::System.Web.UI.WebControls.Image imgSuccess | ||
return | global::System.Web.UI.WebControls.Image |
protected global::System.Web.UI.WebControls.Literal ltlMsg | ||
return | global::System.Web.UI.WebControls.Literal |
protected global::System.Web.UI.WebControls.Literal ltlTitle | ||
return | global::System.Web.UI.WebControls.Literal |
protected global::System.Web.UI.WebControls.PlaceHolder plhMsgs | ||
return | global::System.Web.UI.WebControls.PlaceHolder |