You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Oct 14, 2024. It is now read-only.
<zbact:MaskedEditValidator ID="TextBoxCellPhoneValidator" runat="server" ControlExtender="PhoneMask" ControlToValidate="TextBoxCellPhone" IsValidEmpty="false" EmptyValueMessage="" InvalidValueBlurredMessage="Invalid Phone" ToolTip="Please Enter a Valid Phone Number in the Format xxx-xxx-xxxx"></zbact:MaskedEditValidator>
<!-- REGULAR CODE NOW -->
<div>
</div>
</form>
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Two issues here....
The AJAX Control Toolkit \20.1.0>
The installation method
Installer does not work with Visual Studio 2022.
Grabbing the DLL's out of NUGET and using manually does not seem to work on Mono/Linux version
Mono JIT compiler version 6.8.0.105 (Debian 6.8.0.105+dfsg-2 Wed Feb 26 23:23:50 UTC 2020)
Copyright (C) 2002-2014 Novell, Inc, Xamarin Inc and Contributors. www.mono-project.com
TLS: __thread
SIGSEGV: altstack
Notifications: epoll
Architecture: amd64
Disabled: none
Misc: softdebug
Interpreter: yes
LLVM: supported, not enabled.
Suspend: hybrid
GC: sgen (concurrent by default)
Actual result
Expected result
Browser(s) used
Firefox and Chromium based. Error is server side.
A site deployment method
<%@ Page Language="C#" AutoEventWireup="true" CodeBehind="UpdateViaWeb.aspx.cs" Inherits="ContactUpdate.UpdateViaWeb" %>
<%@ Register Assembly="AjaxControlToolkit" Namespace="AjaxControlToolkit" TagPrefix="zbact" %>
<title>TEST AJAX </title><zbact:MaskedEditExtender ID="PhoneMask" runat="server" TargetControlID="TextBoxCellPhone" Mask="999-999-9999" MaskType="None" ClearTextOnInvalid="true"/>
<zbact:MaskedEditValidator ID="TextBoxCellPhoneValidator" runat="server" ControlExtender="PhoneMask" ControlToValidate="TextBoxCellPhone" IsValidEmpty="false" EmptyValueMessage="" InvalidValueBlurredMessage="Invalid Phone" ToolTip="Please Enter a Valid Phone Number in the Format xxx-xxx-xxxx"></zbact:MaskedEditValidator>
The text was updated successfully, but these errors were encountered: