Quantcast
Channel: Nick Olsen's Programming Tips » jQuery
Browsing all 6 articles
Browse latest View live

Image may be NSFW.
Clik here to view.

ASP.NET MVC: Ajax Dialog Form Using jQuery UI

In one of my recent projects I needed to display some information, allow the user to edit it utilizing a dialog window, post the updated information and reload it for the user using Ajax. I needed to...

View Article



Image may be NSFW.
Clik here to view.

ASP.NET MVC: Client Side Validation with an Ajax Loaded Form

In my last post I discussed how to perform some CRUD operations using Ajax and the jQuery UI dialog window. In that posted I included a little gem which I did not point out and probably should have....

View Article

Image may be NSFW.
Clik here to view.

ASP.NET MVC: Displaying Client and Server Side Validation Using qTip Tooltips

The ASP.NET MVC framework makes it very easy to do both client and server side validation out of the box. Using DataAnnotations on your model properties the framework can display errors to the user...

View Article

Image may be NSFW.
Clik here to view.

ASP.NET MVC: Internal Server Error (500) on Action Method Returning Json Result

The ASP.NET MVC framework allows you to easily return Json from an action method. This makes jQuery Ajax calls very easy to implement, as shown below. The JavaScript...

View Article

Image may be NSFW.
Clik here to view.

ASP.NET MVC: Displaying Client and Server Side Validation Using Error Icons

In a previous post I showed how you could display both client and server side validation using qTip tooltips. In this post I will show how you can display an error icon next to the field that is...

View Article


Image may be NSFW.
Clik here to view.

ASP.NET MVC: LessThan and GreaterThan Validation Attributes

ASP.NET MVC ships with a handy Compare attribute that allows you to compare two inputs and display a validation message if they do not match. This is great for sign up pages where a password needs to...

View Article
Browsing all 6 articles
Browse latest View live


Latest Images