5 references to Control
System.Web.Mobile (5)
UI\MobileControls\Adapters\WmlValidatorAdapter.cs (5)
48
if (!
Control
.IsValid &&
Control
.Display != ValidatorDisplay.None)
50
String text =
Control
.Text;
53
text =
Control
.ErrorMessage;
58
writer.RenderText(text,
Control
.BreakAfter);