This is my code, all it does is clear the web page and draw the image, so the rest of the form disappears! I need to show the image inside the form.
This is my User
There is also another simple way:
On your .aspx page:
.aspx
Then in your CodeBehind file .aspx.cs:
.aspx.cs
Image1.ImageUrl = "data:image/jpeg;base64," + Convert.ToBase64String(Foto)