How to open a partial view by using jquery modal popup in asp.net MVC?
问题 I have a partial view which I want to open by using JQuery Modal Popup. There is no problem while opening the view for a new record but I want to pass data to this partial view for edit. What is your best way to implement this? Thanks in advance. 回答1: I have this working well in my current project. A partial view uses the Inherits control markup just like a full view does to strongly type the Model object to a datatype. Here is a very simple example of a partial view that is returned via a