asp.net - Focus a chart control on postback -


I have a chart control on the ASPX page, chart control at the top of the page and some parameters to attract a button There are some dropdown boxes to select, initially, chart control is invisible. After clicking on BTTN, chart control database will be done and the property visible will come true. How to focus chart control, where the button is clicked below the page, where after the postback, the user has to scroll down to see the chart.

Focus property is a property inherited from WebControl, which can be used to input data whenever user controls (Like a text box).

Because the chart control does not allow the user to explicitly input data, so the chart can not be centered.

Although there are other ways to do this, you can use the screen to focus on the bottom of the screen or on the image (all the charts are provided as an image) and on that Set focus (you can add a reset button for example).


Comments

Popular posts from this blog

Pass DB Connection parameters to a Kettle a.k.a PDI table Input step dynamically from Excel -

multithreading - PhantomJS-Node in a for Loop -

c++ - MATLAB .m file to .mex file using Matlab Compiler -