ValidationSummary::BackLabel Property
Gets or sets a string from the validation summary that links to the form that contains an error. The default value is String::Empty. This API is obsolete. For information about how to develop ASP.NET mobile applications, see the www.asp.net/mobile Web site.
Assembly: System.Web.Mobile (in System.Web.Mobile.dll)
public: [BindableAttribute(true)] property String^ BackLabel { String^ get(); void set(String^ value); }
Property Value
Type: System::String^A string from the validation summary that links to the form that contains an error.
When an error occurs during the rendering of a form, the validation process uses the text in the BackLabel property as the string that is displayed on the validation summary page.
The following code example demonstrates how to use the BackLabel property to specify the link text in a ValidationSummary to return to the form with the error.
Available since 1.1
ValidationSummary Class
System.Web.UI.MobileControls Namespace
Introduction to the ValidationSummary Control