0
votes
1answer
14 views
How to fire xval validation when the data of text is generated dynamically?
Hi,
I do have three text box, where all are required field. which is tightly coupled with a model
Name* :
Age* :
Check Button
Date* : //This is a hidden filed
Continue Button
When i click on …
0
votes
1answer
28 views
Fire javascript function after all xval validations in mvc
i wanna fire a JavaScript function when clicked on a button.
This JavaScript should fire only after the page does the xval validation.
0
votes
1answer
25 views
How do I validate a property that needs to access a repository in xVal?
I'm trying to use xVal to validate the registration of a new user. I've ran into a buzz saw when trying to implement the logic that checks to see if the user name that the new user is trying to …
0
votes
1answer
28 views
Validate title and user name unique combination with xVal
Hi,
I have a form for create/edit articles. Every article is associated with an user.
After article is publshed the link to each article is composed from user name and article title (and …
1
vote
1answer
29 views
Prefix in xVal client side causing ModelBinder problems
Over the last 24 hours, I've become greatly enamored of xVal. I introduced it into my personal web site, and it works like a champ--I can't believe how easy it was to get it going. I'm using ASP.Net …
0
votes
1answer
34 views
xVal and Validating multiple rows of data
I have a table name Discount that has the following schema:
PK DiscountID int
FK CustomerID int
Amount money
Name varchar(50)
So I am displaying all the discounts related to the customer. Each …
1
vote
3answers
104 views
Which MVC Validation Framework
Hi,
I have been evaluating xVal as framework for validating Entities in the ASP.Net MVC Framework. I have recently discovered that each time a validation rule is broken, xVal cause an excpetion to be …
0
votes
1answer
25 views
xVal and jQuery Submit Button
I have a simple form. Its got one field and a submit button.
I hide the submit button. The submit button is actually triggered with an anchor
tag that calls a javascript method that uses jQuery to get …
2
votes
3answers
215 views
Validate object based on external factors (ie. data store uniqueness)
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.net …
1
vote
2answers
31 views
MVC Validation Error Messages not hardcoded in Attributes
I have a requirement that the validation error messages that are passed to my view come from the database.
I want to use data annotation on my model but the error message key in validation …
0
votes
1answer
44 views
In ASP.NET MVC with Spark View Engine on form submisison error why am I getting a 404 resource not found?
My view:
/User/EditUserName/2/me
<viewdata model="EditUserNameViewData" />
<form action="~/User/EditUserName" method="post" class="span-15 last">
!{Html.TextBox("newUserName")}
…
0
votes
1answer
147 views
xVal client-side validation not working
I downloaded the xVal sample project from Steve Sanderson’s blog, run it, and the sever side validation it's working (after i click submit), but the client side doesn't;
although i looked at the …
0
votes
1answer
54 views
ASP.NET MVC xVal with Strongly Typed ViewModel
I can't get xVal validation to work with strongly typed viewmodels.
Every method in xVal seems to want a prefix which is not used when dealing with strongly typed viewmodels.
My view contains code …
8
votes
4answers
314 views
Which validation library for ASP.NET MVC?
Hi,
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 …
0
votes
1answer
58 views
nhibernate validator newbie question
i have an asp.net mvc project with xval and data annotations and i need to switch to nhibernate validation
with data annotations i had an DataAnnotationsValidationRunner and i was doing something …
