can anyone help?
I have just started asp.net mvc and its all working.. entering my controller and then sending out the view… I am also writing a log here….
The page that loads as quite a bit jquery and javascript so i need to be able to enter into the controller again preferably not a postback but via ajax or similar – is this possible?
Or do i call an action on a controller from javascript i suppose my question should be – ???
Any ideas?
Thanks in advance
Well if you want to do ajax against a controller you can do an .ajax with jQuery like this:
For a complete reference you can visit the jQuery Documentation http://docs.jquery.com/Ajax