c# - can't find PictureBox in Toolbox -


i can't find picturebox in visual studio's toolbox, it's checked in tools>choose toolbox item.

is there solution using without uninstalling , installing vs again? can use other tools instead of picturebox inserting image uploading operation in website?

i'm using microsoft visual studio 2010.

there no picturebox in asp.net. use "image", find under "standard" controls.

beware though, "image" "big" component. if want display image, use plain html img-tag.

for uploading, use fileupload control.


Comments

Popular posts from this blog

php - Calling a template part from a post -

Firefox SVG shape not printing when it has stroke -

How to mention the localhost in android -