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)
57Control.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;