Example #1
0
        protected void botonContactos_Click(object sender, EventArgs e)
        {
            Byte[] a = ws.AVLGrafo(textUsuario.Text);

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

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