using Ajax for partial view loading in .NET MVC4

前端 未结 7 1262
臣服心动
臣服心动 2020-12-17 15:01

I\'m trying to follow the post here, which may very well be wrong, to learn a little more about partial view loading in MVC. I know the basics of MVC but want to do more of

7条回答
  •  野趣味
    野趣味 (楼主)
    2020-12-17 15:44

    Only issue I had with original example was the \lib\ in script src path. Default MVC 4 Web app will put js files in "Scripts", not "Scripts\Lib". Your screen shot example is correct.

    
    
    
                                     
                  
提交回复
热议问题