ASP.NET Mvc jquery ui dialog as view or partialview?
问题 I want to show view or partialview on dialog. There is an example in ASP.NET Mvc 4 default template (AjaxLogin.js). AjaxLogin.js catches if login is ajax. And runs jsonresult or actionresult. AjaxLogin control this with passing parameter to dialog. So passing parameter is important for me. Is there a problem with my use of this library for my specified forms. Or is there another js library about this topic? I m new about jquery ui. I m using AjaxLogin.js in my project now, for other forms.