Click here to Skip to main content
15,886,578 members
Articles / Web Development / ASP.NET

ASP.NET Advanced Generic Handler ASHX

Rate me:
Please Sign up or sign in to vote.
4.74/5 (49 votes)
9 Jun 2013CPOL5 min read 320.9K   10.2K   138  
Take your Generic Handlers to the next level...
<?xml version="1.0"?>
<package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
  <metadata>
    <id>jQuery.Validation</id>
    <version>1.8.0</version>
    <title>jQuery Validation</title>
    <authors>Jörn Zaefferer</authors>
    <owners>Jörn Zaefferer</owners>
    <licenseUrl>http://go.microsoft.com/fwlink/?LinkID=214339</licenseUrl>
    <projectUrl>http://bassistance.de/jquery-plugins/jquery-plugin-validation/</projectUrl>
    <requireLicenseAcceptance>false</requireLicenseAcceptance>
    <description>This jQuery plugin makes simple clientside form validation trivial, while offering lots of option for customization. That makes a good choice if you’re building something new from scratch, but also when you’re trying to integrate it into an existing application with lots of existing markup. The plugin comes bundled with a useful set of validation methods, including URL and email validation, while providing an API to write your own methods. All bundled methods come with default error messages in english and translations into 32 languages.</description>
    <summary>A jQuery plugin that makes simple clientside form validation trivial.</summary>
    <language>en-US</language>
    <tags>jQuery plugins</tags>
    <dependencies>
      <dependency id="jQuery" version="[1.4.4, 1.6)" />
    </dependencies>
    <references />
  </metadata>
</package>

By viewing downloads associated with this article you agree to the Terms of Service and the article's licence.

If a file you wish to view isn't highlighted, and is a text file (not binary), please let us know and we'll add colourisation support for it.

License

This article, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)


Written By
Architect
Switzerland Switzerland
Senior IT Consultant working in Switzerland as Senior Software Engineer.

Find more at on my blog.

Comments and Discussions