<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: HowTo: Use the new ASP.NET Chart Controls with ASP.NET MVC</title>
	<atom:link href="http://code-inside.de/blog-in/2008/11/27/howto-use-the-new-aspnet-chart-controls-with-aspnet-mvc/feed/" rel="self" type="application/rss+xml" />
	<link>http://code-inside.de/blog-in/2008/11/27/howto-use-the-new-aspnet-chart-controls-with-aspnet-mvc/</link>
	<description>Blogging about ASP.NET, .NET &#38; C#</description>
	<lastBuildDate>Fri,  4 Sep 2009 09:14:34 +0200</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Ven</title>
		<link>http://code-inside.de/blog-in/2008/11/27/howto-use-the-new-aspnet-chart-controls-with-aspnet-mvc/comment-page-1/#comment-6029</link>
		<dc:creator>Ven</dc:creator>
		<pubDate>Mon, 24 Aug 2009 19:45:38 +0000</pubDate>
		<guid isPermaLink="false">http://code-inside.de/blog-in/2008/11/27/howto-use-the-new-aspnet-chart-controls-with-aspnet-mvc/#comment-6029</guid>
		<description>Try setting the url of the datapoint for drilldown feature :

 Chart1.Series[0].Points[0].Url = &quot;&quot;</description>
		<content:encoded><![CDATA[<p>Try setting the url of the datapoint for drilldown feature :</p>
<p> Chart1.Series[0].Points[0].Url = &#8220;&#8221;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jai</title>
		<link>http://code-inside.de/blog-in/2008/11/27/howto-use-the-new-aspnet-chart-controls-with-aspnet-mvc/comment-page-1/#comment-5763</link>
		<dc:creator>Jai</dc:creator>
		<pubDate>Tue, 28 Jul 2009 12:48:05 +0000</pubDate>
		<guid isPermaLink="false">http://code-inside.de/blog-in/2008/11/27/howto-use-the-new-aspnet-chart-controls-with-aspnet-mvc/#comment-5763</guid>
		<description>I am using MS Charts with MVC in my Program. I want to do a drill down of charts, but due to MVC pattern the chart information from the control to view is JPG. How to do drill down of charts using MS Charts in MVC programming</description>
		<content:encoded><![CDATA[<p>I am using MS Charts with MVC in my Program. I want to do a drill down of charts, but due to MVC pattern the chart information from the control to view is JPG. How to do drill down of charts using MS Charts in MVC programming</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ASP.NET MVC, Controles Chart y Ajax… - Burbujas en .NET</title>
		<link>http://code-inside.de/blog-in/2008/11/27/howto-use-the-new-aspnet-chart-controls-with-aspnet-mvc/comment-page-1/#comment-4144</link>
		<dc:creator>ASP.NET MVC, Controles Chart y Ajax… - Burbujas en .NET</dc:creator>
		<pubDate>Thu, 02 Apr 2009 12:36:52 +0000</pubDate>
		<guid isPermaLink="false">http://code-inside.de/blog-in/2008/11/27/howto-use-the-new-aspnet-chart-controls-with-aspnet-mvc/#comment-4144</guid>
		<description>[...] Si, como yo, os encanta ASP.NET MVC sabed que podeis usar este control sin ning&#250;n problema (http://code-inside.de/blog-in/2008/11/27/howto-use-the-new-aspnet-chart-controls-with-aspnet-mvc/). [...]</description>
		<content:encoded><![CDATA[<p>[...] Si, como yo, os encanta ASP.NET MVC sabed que podeis usar este control sin ning&uacute;n problema (<a href="http://code-inside.de/blog-in/2008/11/27/howto-use-the-new-aspnet-chart-controls-with-aspnet-mvc/)" rel="nofollow">http://code-inside.de/blog-in/2008/11/27/howto-use-the-new-aspnet-chart-controls-with-aspnet-mvc/)</a>. [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Nic</title>
		<link>http://code-inside.de/blog-in/2008/11/27/howto-use-the-new-aspnet-chart-controls-with-aspnet-mvc/comment-page-1/#comment-3828</link>
		<dc:creator>Nic</dc:creator>
		<pubDate>Thu, 05 Mar 2009 11:09:06 +0000</pubDate>
		<guid isPermaLink="false">http://code-inside.de/blog-in/2008/11/27/howto-use-the-new-aspnet-chart-controls-with-aspnet-mvc/#comment-3828</guid>
		<description>@ John Black 
I posted an article at the Codeproject detailing the use of FileResult here: &lt;a href=&quot;http://www.codeproject.com/KB/aspnet/MvcChartControlFileResult.aspx&quot; rel=&quot;nofollow&quot;&gt;http://www.codeproject.com/KB/aspnet/MvcChartControlFileResult.aspx&lt;/a&gt;
If the URL changes the title is:
&lt;strong&gt;Streaming Chart images as FileResult from MVC Controllers&lt;/strong&gt;</description>
		<content:encoded><![CDATA[<p>@ John Black<br />
I posted an article at the Codeproject detailing the use of FileResult here: <a href="http://www.codeproject.com/KB/aspnet/MvcChartControlFileResult.aspx" rel="nofollow">http://www.codeproject.com/KB/aspnet/MvcChartControlFileResult.aspx</a><br />
If the URL changes the title is:<br />
<strong>Streaming Chart images as FileResult from MVC Controllers</strong></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Utilizando biblioteca MS Chart com Asp.net MVC / Monorail &#171; code against the machine</title>
		<link>http://code-inside.de/blog-in/2008/11/27/howto-use-the-new-aspnet-chart-controls-with-aspnet-mvc/comment-page-1/#comment-3697</link>
		<dc:creator>Utilizando biblioteca MS Chart com Asp.net MVC / Monorail &#171; code against the machine</dc:creator>
		<pubDate>Thu, 26 Feb 2009 22:16:55 +0000</pubDate>
		<guid isPermaLink="false">http://code-inside.de/blog-in/2008/11/27/howto-use-the-new-aspnet-chart-controls-with-aspnet-mvc/#comment-3697</guid>
		<description>[...] já tivesse passado pelos mesmos problemas que eu. Pois bem, nessa busca eu encontrei o seguinte link onde o cara mostra duas maneiras possíveis de se utilizar o componente numa página ASP.Net [...]</description>
		<content:encoded><![CDATA[<p>[...] já tivesse passado pelos mesmos problemas que eu. Pois bem, nessa busca eu encontrei o seguinte link onde o cara mostra duas maneiras possíveis de se utilizar o componente numa página ASP.Net [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Joel</title>
		<link>http://code-inside.de/blog-in/2008/11/27/howto-use-the-new-aspnet-chart-controls-with-aspnet-mvc/comment-page-1/#comment-3524</link>
		<dc:creator>Joel</dc:creator>
		<pubDate>Thu, 05 Feb 2009 17:10:59 +0000</pubDate>
		<guid isPermaLink="false">http://code-inside.de/blog-in/2008/11/27/howto-use-the-new-aspnet-chart-controls-with-aspnet-mvc/#comment-3524</guid>
		<description>


For IIS7, the handler needs to be configured under the system.webServer -&gt; handlers section as
&lt;add name=&quot;ChartHttpHandler&quot; preCondition =&quot;integratedMode&quot; verb=&quot;GET,HEAD&quot; path=&quot;ChartImg.axd&quot; type=&quot;System.Web.UI.DataVisualization.Charting.ChartHttpHandler, System.Web.DataVisualization, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35&quot; /&gt;
 


</description>
		<content:encoded><![CDATA[<p>For IIS7, the handler needs to be configured under the system.webServer -&gt; handlers section as<br />
&lt;add name=&#8221;ChartHttpHandler&#8221; preCondition =&#8221;integratedMode&#8221; verb=&#8221;GET,HEAD&#8221; path=&#8221;ChartImg.axd&#8221; type=&#8221;System.Web.UI.DataVisualization.Charting.ChartHttpHandler, System.Web.DataVisualization, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35&#8243; /&gt;<br />
 </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: John Black</title>
		<link>http://code-inside.de/blog-in/2008/11/27/howto-use-the-new-aspnet-chart-controls-with-aspnet-mvc/comment-page-1/#comment-3417</link>
		<dc:creator>John Black</dc:creator>
		<pubDate>Thu, 22 Jan 2009 20:02:41 +0000</pubDate>
		<guid isPermaLink="false">http://code-inside.de/blog-in/2008/11/27/howto-use-the-new-aspnet-chart-controls-with-aspnet-mvc/#comment-3417</guid>
		<description>Florian, could you elaborate on the GetChart controller method? Thanks.</description>
		<content:encoded><![CDATA[<p>Florian, could you elaborate on the GetChart controller method? Thanks.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Florian</title>
		<link>http://code-inside.de/blog-in/2008/11/27/howto-use-the-new-aspnet-chart-controls-with-aspnet-mvc/comment-page-1/#comment-3370</link>
		<dc:creator>Florian</dc:creator>
		<pubDate>Sun, 18 Jan 2009 20:46:33 +0000</pubDate>
		<guid isPermaLink="false">http://code-inside.de/blog-in/2008/11/27/howto-use-the-new-aspnet-chart-controls-with-aspnet-mvc/#comment-3370</guid>
		<description>A third option that works very well is to have the following code in your aspx:

&lt;img src=&quot;/Product/GetChart&quot; alt=&quot;Chart&quot; /&gt;

This calls the GetChart action on myProduct controller. The action creates a chart in memory, saves the chart as an image to a temp folder and then streams the image of the chart to the client. Btw: the action returns a FileResult.

The main advantage of this third method is that it does not require the aspx page to have any asp server controls and subsequently no code behind is needed.</description>
		<content:encoded><![CDATA[<p>A third option that works very well is to have the following code in your aspx:</p>
<p>&lt;img src=&#8221;/Product/GetChart&#8221; alt=&#8221;Chart&#8221; /&gt;</p>
<p>This calls the GetChart action on myProduct controller. The action creates a chart in memory, saves the chart as an image to a temp folder and then streams the image of the chart to the client. Btw: the action returns a FileResult.</p>
<p>The main advantage of this third method is that it does not require the aspx page to have any asp server controls and subsequently no code behind is needed.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Parag</title>
		<link>http://code-inside.de/blog-in/2008/11/27/howto-use-the-new-aspnet-chart-controls-with-aspnet-mvc/comment-page-1/#comment-3037</link>
		<dc:creator>Parag</dc:creator>
		<pubDate>Mon, 22 Dec 2008 20:58:35 +0000</pubDate>
		<guid isPermaLink="false">http://code-inside.de/blog-in/2008/11/27/howto-use-the-new-aspnet-chart-controls-with-aspnet-mvc/#comment-3037</guid>
		<description>how to print ASP.net 3.5 chart control any idea</description>
		<content:encoded><![CDATA[<p>how to print ASP.net 3.5 chart control any idea</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Srinivas</title>
		<link>http://code-inside.de/blog-in/2008/11/27/howto-use-the-new-aspnet-chart-controls-with-aspnet-mvc/comment-page-1/#comment-2971</link>
		<dc:creator>Srinivas</dc:creator>
		<pubDate>Thu, 18 Dec 2008 15:28:17 +0000</pubDate>
		<guid isPermaLink="false">http://code-inside.de/blog-in/2008/11/27/howto-use-the-new-aspnet-chart-controls-with-aspnet-mvc/#comment-2971</guid>
		<description>


Hi,
I am using dotnetnuke. I installed .NET framework 3.5 service pack1 and free Microsoft Chart Controls on my local system. I could develop some charts also but when I deploy that on to the server It does not work it gives an error saying &quot;unknown sever tag asp chart&quot;.My Sever also have windows 2003 service pack 2, .NET framework 3.5 service pack1 and free Microsoft Chart Controls. I observed that my web.config file on local system have some tags(like controls , httphandlers, assemblies) about charts which are missing on server web.config. I made same changes to my server web.config file but nothing worked(I may be doing some wrong in web.config) .Are there any specific settings that must be in web.config file on server ?  Any help is appreciated Thanks in advance. 



Error:-
DotNetNuke.Services.Exceptions.ModuleLoadException: Unknown server tag &#039;asp:Chart&#039;. ---&gt; System.Web.HttpParseException: Unknown server tag &#039;asp:Chart&#039;. ---&gt; System.Web.HttpParseException: Unknown server tag 



</description>
		<content:encoded><![CDATA[<p>Hi,<br />
I am using dotnetnuke. I installed .NET framework 3.5 service pack1 and free Microsoft Chart Controls on my local system. I could develop some charts also but when I deploy that on to the server It does not work it gives an error saying &#8220;unknown sever tag asp chart&#8221;.My Sever also have windows 2003 service pack 2, .NET framework 3.5 service pack1 and free Microsoft Chart Controls. I observed that my web.config file on local system have some tags(like controls , httphandlers, assemblies) about charts which are missing on server web.config. I made same changes to my server web.config file but nothing worked(I may be doing some wrong in web.config) .Are there any specific settings that must be in web.config file on server ?  Any help is appreciated Thanks in advance. </p>
<p>Error:-<br />
DotNetNuke.Services.Exceptions.ModuleLoadException: Unknown server tag &#8216;asp:Chart&#8217;. &#8212;&gt; System.Web.HttpParseException: Unknown server tag &#8216;asp:Chart&#8217;. &#8212;&gt; System.Web.HttpParseException: Unknown server tag </p>
]]></content:encoded>
	</item>
</channel>
</rss>
