示例#1
0
 protected void ButtonAddError_Click(object sender, EventArgs e)
 {
     ErrorSuccessNotifier.AddWarningMessage("Warning: product description cannot be empty.");
     ErrorSuccessNotifier.AddErrorMessage("Cannot add product. Make sure the product name is valid.");
 }
示例#2
0
 protected void ButtonNewError_Click(object sender, EventArgs e)
 {
     ErrorSuccessNotifier.AddErrorMessage("Ala ba <b />");
 }