. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .
| Server IP : 87.98.249.37 / Your IP : 216.73.216.208 [ Web Server : Microsoft-IIS/10.0 System : Windows NT NS3076740 10.0 build 17763 (Windows Server 2019) AMD64 User : IWPD_292(growel19p) ( 0) PHP Version : 8.3.12 Disable Function : NONE Domains : 0 Domains MySQL : OFF | cURL : ON | WGET : OFF | Perl : OFF | Python : OFF | Sudo : OFF | Pkexec : OFF Directory : C:/Inetpub/vhosts/growel.com/httpdocs/ |
Upload File : |
<%@ Page Title="" Language="C#" MasterPageFile="~/Main.Master" AutoEventWireup="true" CodeBehind="Getindustry.aspx.cs" Inherits="GrowelWeb.Getindustry" %>
<asp:Content ID="Content1" ContentPlaceHolderID="head" runat="server">
</asp:Content>
<asp:Content ID="Content2" ContentPlaceHolderID="ContentPlaceHolder1" runat="server">
<section class="breadcrumbs-custom bg-image" style="background-image: url(../images/Covers/<%=cover%>);">
<div class="shell">
<h2 class="breadcrumbs-custom__title"><% =pg_title %></h2>
<ul class="breadcrumbs-custom__path">
<li><a href="/default">Home</a></li>
<li class="active"><%=pg_title %></li>
</ul>
</div>
</section>
<section class="section section-md bg-white">
<div class="shell">
<div class="range range-70 range-sm-center range-lg-justify">
<div class="cell-sm-12 cell-md-12 cell-lg-12">
<h1> <%=pg_title %></h1>
<%=pg_body %>
<asp:Panel ID="controlholder" runat="server"></asp:Panel>
</div>
</div>
</div>
</section>
<div class="container">
<div class="row">
<div class="col-md-12">
<div id="rightcontent">
<%-- <div class="productsearch">
</div>--%>
<div class="sublinks">
<asp:Repeater ID="dtlstsublinks" runat="server">
<ItemTemplate>
Growel / <%#Eval("business_unit") %>
</ItemTemplate>
</asp:Repeater>
</div>
<asp:Literal ID="litpro" runat="server" ></asp:Literal>
<br />
</div>
</div>
</div>
</div>
</asp:Content>