To fix, remove the duplicate type checking in ValidationSet, which seems redundant.
Attached is a regular expression validator (named ValidatPattern) that validates a control against any regular expression. You have the option of passing 2 different regular expressions (one for c...
I'm getting a crash on any page that has a ViewData object example assigned to it i.e.: public partial class SampleView : ViewPage <SampleViewData>
we're using MVC preview 2 with the bindinghelper, which uses the syntax <objecttype>.<attributename> as the id and name for the UI controls. this causes a problem because the javascripts created wi...
Figure out and implement unit tests for toolkit and validators
I don't know if I'm doing something wrong (but I've poured over the sample 4 in the toolkit several times), but in my MVC ASP.NET Project, every time my View renders, I get this error because it do...