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. Pie and Bar Chart

Pie and Bar Chart

Scheduled Pinned Locked Moved ASP.NET
csharpasp-netgraphicssecuritytools
5 Posts 4 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.
  • K Offline
    K Offline
    KhandelwalA
    wrote on last edited by
    #1

    hello everyone............i m creating Bar char using Drawing class............its correctly wrking on Internet exploer and whnvr i tries to run it on Opera/Mozilla........it gives incorrect output(something like encryption form)...............i think its becoz of browser..........then whts solution of this...............do i need to use other external tools of asp.net..............if yes then which one??

    C A 2 Replies Last reply
    0
    • K KhandelwalA

      hello everyone............i m creating Bar char using Drawing class............its correctly wrking on Internet exploer and whnvr i tries to run it on Opera/Mozilla........it gives incorrect output(something like encryption form)...............i think its becoz of browser..........then whts solution of this...............do i need to use other external tools of asp.net..............if yes then which one??

      C Offline
      C Offline
      Christian Graus
      wrote on last edited by
      #2

      Perhaps if you posted some code.... If you write code to serve an image correctly, it will work in Mozilla.

      Christian Graus Driven to the arms of OSX by Vista. Read my blog to find out how I've worked around bugs in Microsoft tools and frameworks.

      1 Reply Last reply
      0
      • K KhandelwalA

        hello everyone............i m creating Bar char using Drawing class............its correctly wrking on Internet exploer and whnvr i tries to run it on Opera/Mozilla........it gives incorrect output(something like encryption form)...............i think its becoz of browser..........then whts solution of this...............do i need to use other external tools of asp.net..............if yes then which one??

        A Offline
        A Offline
        Abhishek Sur
        wrote on last edited by
        #3

        Well, if you are creating an image, you need to save it to a location which is accessible to the client, and load the image using img tag. Every browser can show images, so your duty is to clear your code to create an image and save it to the server local virtual directory. :)

        Abhishek Sur **Don't forget to click "Good Answer" if you like this Solution.


        My Latest Articles-->** Microsoft Bing MAP using Javascript
        CLR objects in SQL Server 2005
        Uncommon C# Keywords
        /xml>

        N 1 Reply Last reply
        0
        • A Abhishek Sur

          Well, if you are creating an image, you need to save it to a location which is accessible to the client, and load the image using img tag. Every browser can show images, so your duty is to clear your code to create an image and save it to the server local virtual directory. :)

          Abhishek Sur **Don't forget to click "Good Answer" if you like this Solution.


          My Latest Articles-->** Microsoft Bing MAP using Javascript
          CLR objects in SQL Server 2005
          Uncommon C# Keywords
          /xml>

          N Offline
          N Offline
          Not Active
          wrote on last edited by
          #4

          You don't need to save the image at all. A HTTP Handler could be used to generate the image.


          only two letters away from being an asset

          A 1 Reply Last reply
          0
          • N Not Active

            You don't need to save the image at all. A HTTP Handler could be used to generate the image.


            only two letters away from being an asset

            A Offline
            A Offline
            Abhishek Sur
            wrote on last edited by
            #5

            I know budd. This is really a better option to write img response directly. :-D

            Abhishek Sur **Don't forget to click "Good Answer" if you like this Solution.


            My Latest Articles-->** Microsoft Bing MAP using Javascript
            CLR objects in SQL Server 2005
            Uncommon C# Keywords
            /xml>

            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