First of all, where is the documentation for Ajax.* methods in asp.net mvc?
Can Ajax.ActionLink be used to call an action, get a partial view, open a modal window and put the content in it?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Sure, a very similar question was asked before. Set the controller for ajax requests:
Set the action link as wanted:
Note that I’m using Razor view engine, and that your AjaxOptions may vary depending on what you want. Finally display it on a modal window. The jQuery UI dialog is suggested.