I have a questions..
when initially page load I have two radio button in the page..
Add
Edit
when I select Add radio button I need to go the controller Action Add
$("#Add").change(function () {
// what should I write here to hit the controller?
});
Thanks
That is in the case the script is in the view so you can use the advantage of the Url.Action method. Otherwise it’s just something like