How to refresh asp.net charts in MVC using jQuery
问题 I downloaded the code and am following the sample Guy from Queensland How can I refresh the chart when I click Refresh? The following code returns the PNG in binary. <input type="submit" value="Refresh" id="refreshIssueHistory" /> <div id="theImageIssueHistory"> <% Html.RenderPartial("~/Views/Issue/Charts/IssueHistoryImg.ascx"); %></div> <script type="text/javascript"> $(document).ready(function() { $("#refreshIssueHistory").click(function() { RefreshImage(); }); }); function RefreshImage() {