Link to home
Start Free TrialLog in
Avatar of Michael Sterling
Michael SterlingFlag for United States of America

asked on

Why does my ajaxToolkit:MaskEditExtender cause a security exception on my local machine?

I'm using an ajaxToolkit:MaskEditExtender for my textbox, and it's throwing a security exception. i've included the markup. Any ideas?
<asp:TextBox runat="server" ID="txtStudentIdSearchBox" MaxLength="17"></asp:TextBox>
                <ajaxToolkit:MaskedEditExtender ID="meeStudentIDSearchBox" runat="server" TargetControlID="txtStudentIdSearchBox"
                    Mask="CCCCCCCCCCCCCCCCC" MessageValidatorTip="true" OnFocusCssClass="MaskedEditFocus"
                    OnInvalidCssClass="MaskedEditError" MaskType="None" InputDirection="LeftToRight"
                    AcceptNegative="None" DisplayMoney="None" ErrorTooltipEnabled="True" Filtered="*" />

Open in new window

ASKER CERTIFIED SOLUTION
Avatar of disrupt
disrupt
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of Michael Sterling

ASKER

thanks