how can we relate different conrols such as check box, drop down list etc with the chart conrol in asp.net mvc? we cant use postback method in asp.net mvc then howcan we perform different events in asp.net mvc on helpers...please tell me. thank you........
views:
12answers:
1
A:
JQuery can help here. You can hook up JQuery to asynchronously call a controller action when for example a checkbox is checked or a dropdownlist changes. The action could then regenerate the chart and return it as the actionresult.
Here's a basic example of the controller action:
zaph0d
2010-02-19 09:19:53