开发者

post form data to controller without page refresh

can any one guide me. Post form data to controller without page refresh in asp.net mvc application usi开发者_C百科ng Jquery ajax.


There are some examples here. What part are you having difficulty with? You really have to go out of your way to make the page refresh when using AJAX.


Replace "IActionResualt" with "void"

  public void Create(...)
0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜