Hi,

How to add picturebox or something similar into a web form.
I can't seem to find a picturebox in my toolbox.
I'm using Visual Studio 2010.

I need to display an image after the button click in a web form.

Does anyone have an idea how to do that?

Thanks

If it is for a web form you would normally use <asp:Image>. In the button click code you would set the imageURL to display the correct image.

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.