. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .
| 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="ProductDetails.aspx.cs" Inherits="GrowelWeb.ProductDetails" %>
<%--<%@ Register Src="~/QuickForm.ascx" TagPrefix="uc1" TagName="QuickForm" %>--%>
<%@ Register Src="~/ProductSearch.ascx" TagPrefix="uc1" TagName="ProductSearch" %>
<asp:Content ID="Content1" ContentPlaceHolderID="head" runat="server">
</asp:Content>
<asp:Content ID="Content2" ContentPlaceHolderID="ContentPlaceHolder1" runat="server">
<section class="breadcrumbs-custom bg-image" >
<div class="shell">
<h1 class="breadcrumbs-custom__title"><% =pg_title %></h1>
Home >> <%=pg_subtitle %>
</div>
</section>
<%--<section class="breadcrumbs-custom bg-image" style="background-image: url(../images/Covers/<%=cover%>);">
<div class="shell">
<div class="sublinks">
<asp:Repeater ID="dtlstsublinks" runat="server">
<ItemTemplate>
<a href='<%#DataBinder.Eval(Container.DataItem,"business_unit","~/business/{0}") %>' runat="server"><%#Eval("business_unit") %></a> / <%#Eval("product_type_displayname") %> / <%=product_displayname%>
</ItemTemplate>
</asp:Repeater>
</div>
</div>
</section>--%>
<div class="container">
<div class="row">
<div class="col-md-12">
<div id="rightcontent">
<%--<div class="productsearch">
<uc1:ProductSearch runat="server" ID="ProductSearch" />
</div>--%>
<%--<asp:Repeater runat="server" ID="dtlstproductdetails">
<ItemTemplate>
<div id="what"></div>
<h4 class="heading_css"><%#Eval("product_displayname") %></h4>
<div>
<%#Eval("product_description") %>
</div>
</ItemTemplate>
</asp:Repeater>--%>
<br />
<asp:Literal ID="litpro" runat="server"></asp:Literal>
<br clear="all" />
<!-- Ignore This -->
<%-- <asp:Repeater runat="server" ID="dtlstsubproducts">
<ItemTemplate>
<div class="list">
<h3><%#Eval("subproduct_displayname") %></h3>
<%#Eval("subproduct_description") %>
<!--<div><a href='<%#DataBinder.Eval(Container.DataItem,"subproduct","~/product-details/{0}").ToLower() %>' class="link" runat="server">Product Profile >></a></div> -->
</div>
</ItemTemplate>
</asp:Repeater>--%>
<!-- Ignore This -->
<p class="vh4"><b>DISCLAIMER :</b></p>
<p class="vishal">
Our recommendations are made in good faith and are based on our skills. However
, since the conditions of use of these products are beyond our
control, this information is given on the express condition and agreement that
Grauer & Weil (India) Limited, will not be liable to any person by reason thereof. Nothing herein shall be deemed to be a recommendation to use
any product in violation of any existing patent rights.
</p>
<br />
</div>
</div>
<style>
.heading_css {
color: #ed1c24;
font-weight: lighter;
letter-spacing: 2px;
margin: 0;
}
</style>
</div>
</div>
</asp:Content>