You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
AiShopping/AiGouWu\Admin\Products\proe...

16 lines
452 B

using System;
using System.Data;
using System.Web;
using BLL;
using Model.Product;
namespace AiGouWu.Admin.Products
{
public partial class proedit: System.Web.UI.Page
{
proCatalog cat = new proCatalog();
SqlComm com = new SqlComm();
ProBLL pbll = new ProBLL();
proCatalogBLL catbll = new proCatalogBLL();
static tbProduct p = new tbProduct();
protected void Page_Load(object sender, EventArgs e)