Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. Web Development
  3. ASP.NET
  4. Image

Image

Scheduled Pinned Locked Moved ASP.NET
csharpasp-nethelp
4 Posts 3 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • M Offline
    M Offline
    MJ Mirzazadeh
    wrote on last edited by
    #1

    HI: I'm new to ASP.NET. I created an asp.net application, and in it I wrote: Response.Write(""); It works but not properly because when this line executes it browses client computer to find the image but this src is in the serevr please help me.

    M 1 Reply Last reply
    0
    • M MJ Mirzazadeh

      HI: I'm new to ASP.NET. I created an asp.net application, and in it I wrote: Response.Write(""); It works but not properly because when this line executes it browses client computer to find the image but this src is in the serevr please help me.

      M Offline
      M Offline
      Mazdak
      wrote on last edited by
      #2

      What do you want to do with that image exactly? Mazy
      "One who dives deep gets the pearls,the burning desire for realization brings the goal nearer." - Babuji

      M 1 Reply Last reply
      0
      • M Mazdak

        What do you want to do with that image exactly? Mazy
        "One who dives deep gets the pearls,the burning desire for realization brings the goal nearer." - Babuji

        M Offline
        M Offline
        MJ Mirzazadeh
        wrote on last edited by
        #3

        nothing. I want to print it on the page dynamically. bool user; . . . if ( user ) Response.Write(""); it works but browses the client for logo.gif. this src is in the server.

        S 1 Reply Last reply
        0
        • M MJ Mirzazadeh

          nothing. I want to print it on the page dynamically. bool user; . . . if ( user ) Response.Write(""); it works but browses the client for logo.gif. this src is in the server.

          S Offline
          S Offline
          Spanky3
          wrote on last edited by
          #4

          Within code behind use Response.WriteFile(filepath) or within the aspx <%= Response.WriteFile(filepath) %> Currently you are mixing html syntax with asp.net its like....... Mixing german with english to get a reply!

          1 Reply Last reply
          0
          Reply
          • Reply as topic
          Log in to reply
          • Oldest to Newest
          • Newest to Oldest
          • Most Votes


          • Login

          • Don't have an account? Register

          • Login or register to search.
          • First post
            Last post
          0
          • Categories
          • Recent
          • Tags
          • Popular
          • World
          • Users
          • Groups