11 references to Control
System.Web.Mobile (11)
UI\MobileControls\Adapters\WmlValidationSummaryAdapter.cs (11)
55
Control
.Controls.Add(_list);
57
Control
.Controls.Add(_link);
65
if (
Control
.Visible)
67
errorMessages =
Control
.GetErrorMessages();
73
if (
Control
.HeaderText.Length > 0)
75
writer.RenderText(
Control
.HeaderText, true);
88
if (String.Compare(
Control
.FormToValidate,
Control
.Form.UniqueID, StringComparison.OrdinalIgnoreCase) != 0)
90
_link.NavigateUrl = Constants.FormIDPrefix +
Control
.FormToValidate;
91
_link.Text =
Control
.BackLabel.Length == 0 ? GetDefaultLabel(BackLabel) :
Control
.BackLabel;