Exemplo n.º 1
0
        protected void botonGenerarHash_Click(object sender, EventArgs e)
        {
            Byte[] a = ws.tablaGrafo();

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

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