Welcome Guest Search | Active Topics | Sign In | Register

MaskedEditValidator Options
Kjell Ek
Posted: Thursday, February 17, 2011 1:36:03 PM
Rank: Advanced Member
Groups: Member

Joined: 4/14/2009
Posts: 33
I upgrade the EO.Web.dll to 8.0.47.2
MaskedEditValidator not work now.

Use this:

Quote:

<eo:MaskedEdit id="MeMedlemsnr" CssClass="tbStyle" runat="server">
<eo:MaskedEditSegment IsRequired="True" Text=" " Mask="#######" SegmentType="Mask"></eo:MaskedEditSegment>
</eo:MaskedEdit>&nbsp;<eo:MaskedEditValidator id="MevMedlemsnr" ControlToValidate="MeMedlemsnr" ErrorMessage="Ditt medlemsnummer" Display="Dynamic" runat="server" />
eo_support
Posted: Thursday, February 17, 2011 2:23:46 PM
Rank: Administration
Groups: Administration

Joined: 5/27/2007
Posts: 24,194
Hi,

It is working correctly. Your mask is "#", which can be digital OR SPACE, and it is also OPTIONAL. So virtually any input will be valid for that mask.

Thanks


You cannot post new topics in this forum.
You cannot reply to topics in this forum.
You cannot delete your posts in this forum.
You cannot edit your posts in this forum.
You cannot create polls in this forum.
You cannot vote in polls in this forum.