for everyone who is interested, I don't know / don't understand the solution, but found that seems to work for my implementation.
div (, ) ajaxform, , . , :
<div id="divChart">
<% Using Ajax.BeginForm("About", New AjaxOptions With {.UpdateTargetId = "divChart"})%>
<input type="submit" value="ChangeChart" />
<%
End Using%>
</div>
. , , , ...
, , .
,