Example #1
0
        void cargarTabla()
        {
            ManejoDatos          datos = new ManejoDatos();
            List <UsuarioEntity> lista = datos.getUsuarios();

            ViewState["USERS"] = lista;
        }