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