How to include a partial view inside a webform

后端 未结 7 2258
灰色年华
灰色年华 2020-11-28 01:07

Some site I\'m programming is using both ASP.NET MVC and WebForms.

I have a partial view and I want to include this inside a webform. The partial view has some code

7条回答
  •  日久生厌
    2020-11-28 01:56

    most obvious way would be via AJAX

    something like this (using jQuery)

提交回复
热议问题