| Server IP : 209.209.40.120 / Your IP : 216.73.217.112 Web Server : Microsoft-IIS/10.0 System : Windows NT NEWWWW 10.0 build 17763 (Windows Server 2019) i586 User : NEWWWW$ ( 0) PHP Version : 8.3.30 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : OFF | Perl : OFF | Python : OFF | Sudo : OFF | Pkexec : OFF Directory : C:/SolidCP/Portal/DesktopModules/SolidCP/UserControls/ |
Upload File : |
<%@ Control Language="C#" AutoEventWireup="true" CodeBehind="CalendarControl.ascx.cs" Inherits="SolidCP.Portal.CalendarControl" %>
<asp:TextBox ID="txtDate" runat="server" CssClass="form-control" Width="100px">22/22/2006</asp:TextBox>
<asp:RequiredFieldValidator id="dateValidator" CssClass="NormalBold" runat="server" ControlToValidate="txtDate"
Display="Dynamic" ErrorMessage="*" Enabled="false"></asp:RequiredFieldValidator>
<ajaxToolkit:CalendarExtender runat="server" ID ="Calendar" TargetControlID="txtDate" />
<asp:CompareValidator ID="CompareValidator" runat = "server" ControlToValidate = "txtDate" EnableClientScript = "true" Type = "Date" Operator = "DataTypeCheck" Display = "Dynamic" ErrorMessage = "Invalid date">
</asp:CompareValidator>