ErrorString
Holds a String value. This value is used to store the errors that were encountered while working with any of the database objects. Note: Starting with version 3.x this property also returns any validation errors on the fields as well. Each error message is seperated by a line break. Also, if you try to set a blank/null value then all the Validators's error messages are set to null as well.
myErrLabel.Text = this.ErrorString;
| C# | |
|---|---|
public override string ErrorString {get; set;} | |
Target Platforms: .NET Framework 1.1 or .NET Framework 2.0