Ejemplo n.º 1
0
 public void Save_click(object sender, EventArgs e)
 {
     WebBLL.UpdateICBCCherryInfo(new Guid(id.Value), name.Value, color.Value, price.Value, memberprice.Value, imgpath.Value, smalltitle.Value, code.Value, "");
     Response.Redirect("ProductList.aspx");
 }