예제 #1
0
        protected void btnSubmit_Click(object sender, EventArgs e)
        {
            ProductType item = new ProductType();

            item.ShopId   = shopid;
            item.TypeName = txtinpTypeName.Value;
            bll.AddItem(item);
            txtinpTypeName.Value = "";
            PageInit();
        }