hello doron
u can just try with the below code in your .aspx page...
below code can help you to understand AJAX update panel control but dont forget to write update control
inside scriptmanager....
<form id="frmAJAXLiteralControl" runat="server">
<asp:ScriptManager ID="ScriptManager1" runat="server" />
<asp:UpdatePanel ID="UpdatePanel1" runat="server">
<ContentTemplate>
-----write here for your graph control (which you are using)--------
</ContentTemplate>
</asp:UpdatePanel>
</form>
try this may be it will be useful for your problem::
regards
Vikas
Vikasdotnetman replied to Bree's topic in General usage
hi rajroop,
thanks for giving me some links regarding my problem, but still i found no solution for that. Links support only dual(secondary Y axis) but not secondary X axis.
thanks and regards
Vikas
Vikasdotnetman replied to Bree's topic in General usage
hi pallav,
Can you please help me out about the above problem (Dual or Secondary X axis).
Is there have any solution regarding this. I am also facing same problem in my application.