| 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/ExchangeServer/UserControls/ |
Upload File : |
<%@ Control Language="C#" AutoEventWireup="true" CodeBehind="HoursBox.ascx.cs" Inherits="SolidCP.Portal.ExchangeServer.UserControls.HoursBox" %> <div class="form-inline"> <asp:TextBox ID="txtValue" runat="server" CssClass="form-control" MaxLength="15"></asp:TextBox> <asp:Localize ID="locHours" runat="server" meta:resourcekey="locHours" Text="Hours"></asp:Localize> <asp:RangeValidator ErrorMessage="*" ID="valRangeHours" runat="server" Display="Dynamic" Type="Integer" MinimumValue="0" MaximumValue="596523" meta:resourcekey="valRangeHours" ControlToValidate="txtValue" SetFocusOnError="true" /> </div>