. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .
| 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/GrowelAdmin/ |
Upload File : |
<%@ Page Title="" Language="C#" MasterPageFile="~/GrowelAdmin/Admin.Master" AutoEventWireup="true" CodeBehind="SubproductItems.aspx.cs" Inherits="GrowelWeb.GrowelAdmin.SubproductItems" %>
<asp:Content ID="Content1" ContentPlaceHolderID="head" Runat="Server">
</asp:Content>
<asp:Content ID="Content2" ContentPlaceHolderID="ContentPlaceHolder1" Runat="Server">
<h3>Manage Items In <%=title %></h3>
<div class="topbutton"><a href="ManagesubProducts.aspx?product=<%=product %>&type=<%=type %>" class="btn btn-default"><< Back To Subproducts</a>
<a href="AddSubProductItem.aspx?subproduct=<%=subproduct %>&type=<%=type%>" class="btn btn-default">Add New Item</a>
</div>
<div class="btn-danger status" visible="false" runat="server" id="status"></div>
<div class="row">
<asp:Repeater ID="dtlstproducts" runat="server">
<ItemTemplate>
<div class="col-md-12 thumb">
<h4><%#Eval("subproduct_item_displayname") %></h4>
<div>
<a href="EditSubProductItem.aspx?item=<%#Eval("subproduct_item").ToString() %>&type=<%=type %>&subproduct=<%=subproduct %>">View / Edit</a>
<asp:LinkButton ID="lnkdelete" runat="server" Text="Delete" OnClientClick="return confirm('Delete Sub Product Item? All Information Will Be Deleted.')" CommandArgument='<%#Eval("subproduct_item") %>' OnCommand="lnkdelete_Command"></asp:LinkButton></div></div>
</ItemTemplate>
</asp:Repeater>
<br clear="all" /><br clear="all" />
</div>
</asp:Content>