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
Post a Comment