| 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="ScheduleInterval.ascx.cs" Inherits="SolidCP.Portal.ScheduleInterval" %>
<div class="form-inline">
<asp:TextBox ID="txtInterval" runat="server" CssClass="form-control" Width="80px"></asp:TextBox>
<asp:DropDownList ID="ddlUnits" runat="server" resourcekey="ddlUnits" CssClass="form-control">
<asp:ListItem Value="Days">Days</asp:ListItem>
<asp:ListItem Value="Hours">Hours</asp:ListItem>
<asp:ListItem Value="Minutes">Minutes</asp:ListItem>
<asp:ListItem Value="Seconds">Seconds</asp:ListItem>
</asp:DropDownList>
<asp:RequiredFieldValidator id="valRequireInterval" runat="server" ErrorMessage="*" ControlToValidate="txtInterval" Display="Dynamic"></asp:RequiredFieldValidator>
</div>