I would like to add <asp:image> from my codebehind onto the page. The user on my website will upload X number of pictures, and i don't want to add the <asp:images> before the picture is uploaded.
The reason i want to add the <asp:image> is to show the user the picture which has been uploaded.
How can this be done?
I've seen the placeholder controller being used, but how can that be used when the variables gotta be different? For each upload the image should be added onto the site.