예제 #1
0
 protected void BebidasCobrar()
 {
     BebidaLocal          = negocio.CobrarBebidas(Convert.ToInt64(ddlmesa.SelectedItem.Value));
     GVbebidas.DataSource = null;
     GVbebidas.DataSource = BebidaLocal;
     GVbebidas.DataBind();
 }