I have a partial view that needs to get loaded between two div but when the ajax.actionlink is invoked it open the content in the partial view in a new browser window. I use UpdateTargetId = “ajaxReplace”
Regards
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.
Did you include/reference all the necessary javascript files?
You say you use MVC 3.
If you have
UnobtrusiveJavaScriptEnabledthen you’ll need:if you also use client side validation, you’ll need;
These files can all be found when you create a new MVC3 project.