Validation - Part 3 - Server-Side

Posted by: Karl Seguin [MVP], on 29 Apr 2009 | View original | Bookmarked: 0 time(s)

So far we've built-up a small foundation for a custom validation framework in part 1, and then tied that to a jQuery plugin for our client-side validation in part 2. In this part we'll look at doing server-side validation. Of the three parts, this is the simplest. Validator Most of the heavy lifting takes place in our Validator class. Before looking at it, we'll make use of a simple ValidationError object to hold any errors: public class ValidationError { public string Field { get;...

Advertisement
Free Agile Project Management Tool from Telerik
TeamPulse Community Edition helps your team effectively capture requirements, manage project plans, assign and track work, and most importantly, be continually connected with each other.
Category: Data | Other Posts: View all posts by this blogger | Report as irrelevant | View bloggers stats | Views: 1697 | Hits: 124

Similar Posts

  • TIP: How To Generate a Fully Qualified URL in ASP.NET (E.g., http://www.yourserver.com/folder/file.aspx) more
  • Adding users to a TFS project when youre not on the domain more
  • Assembly-Free jQuery in SharePoint Sites Using the SmartTools jQueryLoader more
  • DotNetNuke Corp. joins Microsoft Website Spark Program more
  • GiveCamps Get a new Sponsor more
  • Announcing the WebsiteSpark Program more
  • An alternative to Crystal more
  • Take Two: A jQuery WCF/ASMX ServiceProxy Client more
  • Scenarios for WS-Passive and OpenID more
  • More On The CodePlex Foundation more

News Categories

.NET | Agile | Ajax | Architecture | ASP.NET | BizTalk | C# | Certification | Data | DataGrid | DataSet | Debugger | DotNetNuke | Events | GridView | IIS | Indigo | JavaScript | Mobile | Mono | Patterns and Practices | Performance | Podcast | Refactor | Regex | Security | Sharepoint | Silverlight | Smart Client Applications | Software | SQL | VB.NET | Visual Studio | W3 | WCF | WinFx | WPF | WSE | XAML | XLinq | XML | XSD