Example #1
0
        protected void BindClientes()
        {
            Controllers.SolicitudController controller = new Controllers.SolicitudController();
            gvClientes.DataSource = controller.GetClientesTotalesByClient();
            gvClientes.DataBind();

            lblClientes.Text = gvClientes.Rows.Count.ToString();
        }