1 write to _link
System.Web.Mobile (1)
UI\MobileControls\Adapters\WmlValidationSummaryAdapter.cs (1)
56
_link
= new Link();
4 references to _link
System.Web.Mobile (4)
UI\MobileControls\Adapters\WmlValidationSummaryAdapter.cs (4)
57
Control.Controls.Add(
_link
);
90
_link
.NavigateUrl = Constants.FormIDPrefix + Control.FormToValidate;
91
_link
.Text = Control.BackLabel.Length == 0 ? GetDefaultLabel(BackLabel) : Control.BackLabel;
95
_link
.Visible = false;