xval Questions

3

Solved

When I do field validation in Asp.Net MVC, it's generated the following error css classes : input-validation-error field-validation-error Is there a way that I can change the names of the error...
Synesthesia asked 11/1, 2010 at 19:52

1

Solved

I've been doing some development using the xVal framework for .NET to link up some of the validation rules for models on the server side along with some client side validation using the jQuery Vali...

4

Solved

Description My solution has these projects: DAL = Modified Entity Framework DTO = Data Transfer objects that are able to validate themselves BL = Business Layer Services WEB = presentation Asp.n...
Hypothetical asked 12/11, 2009 at 10:31

1

Solved

I have an application that I've been using xVal successfully on for quite some time. It was recently updated to MVC 2. I use the standard DataAnnotations attributes on my domain models, which also...
Wellbred asked 18/8, 2010 at 4:26

6

Solved

I would like to intercept the "<" character in the form field by a regex validator. I will describe the problem in 3 steps: Step 1: When I try to submit a form with a field containing the "<...
Disencumber asked 24/6, 2009 at 12:38

2

Solved

There is a plenty of very good post and explanations how to implement validation with ASP.NET MVC, and I prefer one of these: xVal Validation with Service layer Data Annotation attributes Howev...
Endosteum asked 9/10, 2009 at 12:24

5

Solved

When I started using xVal for client-side validation, I was only implementing action methods which used domain model objects as a viewmodel or embedded instances of those objects in the viewmodel. ...
Osullivan asked 13/1, 2010 at 20:19

6

Solved

What is the common practice of input validation? In other words do you check for input validation on client-side, on server-side or on both sides? Also, if performance is crucial to me, would jus...
Revanche asked 3/7, 2010 at 19:20

4

Solved

I'm trying to decide what validation approach to take for a new ASP.NET MVC project. (And wow there are plenty of options!) The project uses NHibernate, so the first thing I considered was the NHi...
1

© 2022 - 2024 — McMap. All rights reserved.