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
xmlquestion
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.
  • V Offline
    V Offline
    VanithaVasu
    wrote on last edited by
    #1

    How can i convert an xml File into Image.

    VanithaVasu

    N 1 Reply Last reply
    0
    • V VanithaVasu

      How can i convert an xml File into Image.

      VanithaVasu

      N Offline
      N Offline
      N a v a n e e t h
      wrote on last edited by
      #2

      VanithaVasu wrote:

      How can i convert an xml File into Image.

      Your question doesn't make any sense. How an XML file can be converted to image ?

      All C# applications should call Application.Quit(); in the beginning to avoid any .NET problems.- Unclyclopedia My Website | Ask smart questions

      V 1 Reply Last reply
      0
      • N N a v a n e e t h

        VanithaVasu wrote:

        How can i convert an xml File into Image.

        Your question doesn't make any sense. How an XML file can be converted to image ?

        All C# applications should call Application.Quit(); in the beginning to avoid any .NET problems.- Unclyclopedia My Website | Ask smart questions

        V Offline
        V Offline
        VanithaVasu
        wrote on last edited by
        #3

        I have to display the xml file in one of my module at the mouseover.So only i am trying to convert to image and display on mouseover.

        VanithaVasu

        M 1 Reply Last reply
        0
        • V VanithaVasu

          I have to display the xml file in one of my module at the mouseover.So only i am trying to convert to image and display on mouseover.

          VanithaVasu

          M Offline
          M Offline
          Malcolm Smart
          wrote on last edited by
          #4

          On mouseover, dynamically create a div element and render your XML document within the div. Then insert the div into the DOM. The creation of the div is a couple of javascript lines, and you can Ajax off to the server and get the xml, or take the easy option and embed an iframe in the div and set the src of the iframe to your xml document. I don't use iframes so not sure if this is best practice or not. You really don't want to start converting text to graphics.

          so you answer don't be scared of failure The only failure is never to try Things You've Never Done - Passenger -2008

          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