views:

154

answers:

1

can any one guide me. Post form data to controller without page refresh in asp.net mvc application using Jquery ajax.

+4  A: 

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.

RedFilter
yeah i have tested these examples but i did refresh whole page.
Xulfee
Make sure you add return false in your submit button click event handler like in this article: http://www.mikesdotnetting.com/Article/106/A-Degradable-jQuery-AJAX-Email-Form-for-ASP.NET-MVC
MikeB
Good point, MikeB.
RedFilter