Image uploading to from fileuploader
How to display the selected image from file uploader in a image box in asp.net at the time of image selection
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Jaganathan BantheswaranPosted Nov 11, 2013, 3:40 AM
You can do it by having an image control with the fileupload control.
once file is selected from the dialog box, from code behind, you can set the image bytes to image control source.
Here is an example.