Ejemplo n.º 1
0
 public void status()
 {
     Brand objbrand = new Brand();
     string type = Request.QueryString["dl"];
     string brandid = Request.QueryString["id"];
     objbrand.UpdatebyID(int.Parse(brandid), int.Parse(type));
 }