aspmvc

Stories submitted by aspmvc

ASP.NET MVC Tip: Ajax and Validations using jQuery(weblogs.asp.net)

submitted by aspmvcaspmvc(10) 3 years, 7 months ago

In this post, I demonstrate how to integrate jQuery with ASP.NET MVC and will be explain how to send Ajax requests and also show client side validation using jQuery. I am using a blog application for this demo and it will show how to post a comment of a blog entry using Ajax request and will also show partial rendering with the help of a user control. read more...

add a comment |category: |Views: 31

tags: another