예제 #1
0
        protected void botonReporteUsuarios_Click(object sender, EventArgs e)
        {
            Byte[] a = ws.Usuariosgrafo();

            string c = Convert.ToBase64String(a, 0, a.Length);

            imagenGrafo.Src = "data:image/jpg;base64," + c;
        }
        protected void botonReporteUsuarios_Click(object sender, EventArgs e)
        {
            Byte[] a = ws.Usuariosgrafo();

            //for (int i = 0; i < a.Length; i++)
            //{
            //    a[i] = ws.getGArbol(i);
            //}

            string c = Convert.ToBase64String(a, 0, a.Length);

            imagenGrafo.Src = "data:image/jpg;base64," + c;
        }