Using Ajax.BeginForm with ASP.NET MVC 3 Razor

后端 未结 8 1031
面向向阳花
面向向阳花 2020-11-22 01:23

Is there a tutorial or code example of using Ajax.BeginForm within Asp.net MVC 3 where unobtrusive validation and Ajax exist?

This is an elusive topic f

8条回答
  •  闹比i
    闹比i (楼主)
    2020-11-22 01:48

    If no data validation excuted, or the content is always returned in a new window, make sure these 3 lines are at the top of the view:

    
    
    
    

提交回复
热议问题