protected void btnEliminar_Click(object sender, EventArgs e) { if (COD.HasValue) { ProveedorDao.Eliminar(COD.Value); CargarGrilla(); Limpiar(); } }