403Webshell
Server IP : 104.21.93.206  /  Your IP : 172.69.214.235
Web Server : Microsoft-IIS/10.0
System : Windows NT WAVE 10.0 build 20348 (Windows Server 2016) AMD64
User : IWPD_458(indias) ( 0)
PHP Version : 7.4.33
Disable Function : NONE
MySQL : OFF  |  cURL : ON  |  WGET : OFF  |  Perl : OFF  |  Python : OFF  |  Sudo : OFF  |  Pkexec : OFF
Directory :  D:/inetpub/vhosts/indiasmartbazaar.com/pimsharyana.in/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ Back ]     

Current File : D:/inetpub/vhosts/indiasmartbazaar.com/pimsharyana.in/applynow.aspx
<%@ Page Title="" Language="C#" MasterPageFile="~/MasterPage.master" AutoEventWireup="true" CodeFile="applynow.aspx.cs" Inherits="applynow" %>

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

</asp:Content>
<asp:Content ID="Content2" ContentPlaceHolderID="ContentPlaceHolder1" Runat="Server">
    <!-- BREADCRUMB
			============================================= -->
			<div id="breadcrumb" class="division">
				<div class="container">
					<div class="row">						
						<div class="col">
							<div class=" breadcrumb-holder">

								<!-- Breadcrumb Nav -->
								<nav aria-label="breadcrumb">
								  	<ol class="breadcrumb">
								    	<li class="breadcrumb-item"><a href="index.aspx">Home</a></li>
								    	<li class="breadcrumb-item active" aria-current="page">Details</li>
								  	</ol>
								</nav>

							
							</div>
						</div>
					</div>  <!-- End row -->	
				</div>	<!-- End container -->		
			</div>	<!-- END BREADCRUMB -->	
    <section id="info-4" class="wide-100 info-section division">
				<div class="container">

                    <div id="lblsucess"  runat="server" class="alert alert-success" role="alert" visible="false">
  <button type="button" class="close" data-dismiss="alert" aria-label="Close"><span aria-hidden="true">&times;</span></button>
  <strong>Success!</strong> Submited successfully!
</div>
            <div id="lblfailed"  runat="server" class="alert alert-danger" role="alert" visible="false">
  <button type="button" class="close" data-dismiss="alert" aria-label="Close"><span aria-hidden="true">&times;</span></button>
  <strong>Failed!</strong> Please try again!
</div>
					<!-- TOP ROW -->
					<div class="top-row">
						<div class="row d-flex align-items-center">

						<!-- INFO TEXT -->	
						<div class="col-lg-12">
							<div class="txt-block pc-30 wow fadeInUp" data-wow-delay="0.4s">

							
								<!-- Title -->
								<h5 class="h5-md steelblue-color">Applying For <asp:Label ID="lblhead" runat="server"></asp:Label></h5>

								<!-- Text -->
								<p>
                                  Please Fill Your Details Carefully!
								</p>
                                
							</div>
						</div>	<!-- END TEXT BLOCK -->	

						
						</div>    <!-- End row -->
					</div>	<!-- END TOP ROW -->
                 			<div class="row d-flex align-items-center">

						<!-- INFO TEXT -->	
					<div class="col-lg-3">
                        <asp:Label ID="lbl1" runat="server" Text="Name"></asp:Label>
                        <asp:TextBox ID="txtname" runat="server" Placeholder="Enter Name" CssClass="form-control"></asp:TextBox>
                        <asp:RequiredFieldValidator ID="rd1" runat="server" ControlToValidate="txtname" ForeColor="Red" ErrorMessage="Can't Leave Empty"></asp:RequiredFieldValidator>
					</div>
                                 	<div class="col-lg-3">
                        <asp:Label ID="Label1" runat="server" Text="Phone"></asp:Label>
                        <asp:TextBox ID="txtPhone" runat="server" Placeholder="Enter Phone" CssClass="form-control"></asp:TextBox>
                        <asp:RequiredFieldValidator ID="RequiredFieldValidator1" runat="server" ControlToValidate="txtPhone" ForeColor="Red" ErrorMessage="Can't Leave Empty"></asp:RequiredFieldValidator>
					</div>
                                 	<div class="col-lg-3">
                        <asp:Label ID="Label2" runat="server" Text="Email"></asp:Label>
                        <asp:TextBox ID="txtEmail" runat="server" Placeholder="Enter Email" CssClass="form-control"></asp:TextBox>
                        <asp:RequiredFieldValidator ID="RequiredFieldValidator2" runat="server" ControlToValidate="txtEmail" ForeColor="Red" ErrorMessage="Can't Leave Empty"></asp:RequiredFieldValidator>
					</div>
                                 	<div class="col-lg-3">
                        <asp:Label ID="Label3" runat="server" Text="Qualification"></asp:Label>
                        <asp:TextBox ID="txtQalifcation" runat="server" Placeholder="Enter Qalifcation" CssClass="form-control"></asp:TextBox>
                        <asp:RequiredFieldValidator ID="RequiredFieldValidator3" runat="server" ControlToValidate="txtQalifcation" ForeColor="Red" ErrorMessage="Can't Leave Empty"></asp:RequiredFieldValidator>
					</div>
                                 <!-- END TEXT BLOCK -->	

						
						</div>    <!-- End row -->
                    	<div class="row d-flex align-items-center">

						<!-- INFO TEXT -->	
					<div class="col-lg-3">
                        <asp:Label ID="Label4" runat="server" Text="Experience"></asp:Label>
                        <asp:TextBox ID="txtExperince" runat="server" Placeholder="Enter Experince" CssClass="form-control"></asp:TextBox>
                        <asp:RequiredFieldValidator ID="RequiredFieldValidator4" runat="server" ControlToValidate="txtExperince" ForeColor="Red" ErrorMessage="Can't Leave Empty"></asp:RequiredFieldValidator>
					</div>
                                 	<div class="col-lg-3">
                        <asp:Label ID="Label5" runat="server" Text="Address"></asp:Label>
                        <asp:TextBox ID="txtAddress" runat="server" Placeholder="Enter Address" CssClass="form-control" TextMode="MultiLine"></asp:TextBox>
                        <asp:RequiredFieldValidator ID="RequiredFieldValidator5" runat="server" ControlToValidate="txtAddress" ForeColor="Red" ErrorMessage="Can't Leave Empty"></asp:RequiredFieldValidator>
					</div>
                                 	<div class="col-lg-6">
                        <asp:Label ID="Label6" runat="server" Text="Resume"></asp:Label>
                                           <asp:Label ID="Label7" runat="server" Text="Choose File"></asp:Label>
                                       <asp:FileUpload ID="fileUploader" runat="server" />
                                         <asp:Label ID="lblchoose" runat="server" Text="Please Choose File" ForeColor="Red" Visible="false"></asp:Label>
                                         </div>
                                 <%--	<div class="col-lg-3">
                        <asp:Label ID="Label7" runat="server" Text="Qalifcation"></asp:Label>
                        <asp:TextBox ID="TextBox4" runat="server" Placeholder="Enter Qalifcation" CssClass="form-control"></asp:TextBox>
                        <asp:RequiredFieldValidator ID="RequiredFieldValidator7" runat="server" ControlToValidate="txtQalifcation" ForeColor="Red" ErrorMessage="Can't Leave Empty"></asp:RequiredFieldValidator>
					</div>--%>
                                 <!-- END TEXT BLOCK -->	

						
						</div>    <!-- End row -->
                    <div class="col-lg-12">
                        <asp:Button ID="btnsubmit" runat="server" Text="Submit" OnClick="btnsubmit_Click"/>
                    </div>
				</div>	   <!-- End container -->
			</section>
</asp:Content>


Youez - 2016 - github.com/yon3zu
LinuXploit