Update x gestione handler in session/memoria e NON su filesystem
This commit is contained in:
@@ -4,7 +4,7 @@
|
||||
Namespace="System.Web.UI.DataVisualization.Charting" TagPrefix="asp" %>
|
||||
<asp:Chart ID="Chart1" runat="server"
|
||||
ImageLocation="~/WebCharts/TC_#SEQ(300,3)"
|
||||
ImageStorageMode="UseImageLocation" SuppressExceptions="True"
|
||||
ImageStorageMode="UseHttpHandler" SuppressExceptions="True"
|
||||
onclick="Chart1_Click" Height="1px" Width="1px" >
|
||||
<Series>
|
||||
</Series>
|
||||
|
||||
Reference in New Issue
Block a user