Akshay Pardeshi: asp.net help site

I am consistently trying to share information through blog. This blog is may be helpful for beginners to asp.net.

Wednesday, 19 June 2013

display image in image control from file upload control

string path = Server.MapPath("Images/") + FileUpload1.PostedFile.FileName;
            FileUpload1.SaveAs(path);
            Image3.ImageUrl = "Images/" + FileUpload1.PostedFile.FileName;
Posted by Unknown at 04:01 1 comments
Email ThisBlogThis!Share to XShare to FacebookShare to Pinterest
Newer Posts Older Posts Home
Subscribe to: Posts (Atom)

ABOUT ME

Unknown
View my complete profile

PROGRAMMER QUOTES

Every developer should work with "Never Give Up"
attitude...

BLOG ARCHIVE

  • ►  2016 (5)
    • ►  January (5)
  • ►  2015 (11)
    • ►  December (6)
    • ►  September (1)
    • ►  August (2)
    • ►  May (2)
  • ►  2014 (5)
    • ►  December (3)
    • ►  July (1)
    • ►  May (1)
  • ▼  2013 (14)
    • ►  October (4)
    • ▼  June (1)
      • display image in image control from file upload co...
    • ►  March (1)
    • ►  February (3)
    • ►  January (5)
  • ►  2012 (16)
    • ►  December (4)
    • ►  November (4)
    • ►  September (1)
    • ►  August (2)
    • ►  July (3)
    • ►  June (1)
    • ►  May (1)
Awesome Inc. theme. Powered by Blogger.