File Upload and set into the Image controller


Image Upload


This Demo is basically about How to use File Upload Controler.

How to Upload Image using a FileUpload controller.

And Also about How to show that Uploaded File image in Image control.



Steps: -

  1. Take an ImageUploader
  2. Take a Button
  3. Take an Image control
  4. on the back end of Button Upload use the following snippet code.
  5. see the magic ;)










Now let's See how to download: -




Comments

Popular posts from this blog

Asp.Net Validation

Fundamental of OOPS From Scratch to End