Hi,
I need to implement a centralized form validation framework for my ASP.NET(C#) 3.5 website.
And for this I have tried the following solutions-
- http://blogs.msdn.com/b/mattgi/archive/2007/01/23/asp-net-ajax-validators.aspx
- http://validationframework.codeplex.com/
I have added the .dll file in my project's BIN folder and for Matt Gibb's solution I have also added the tagMapping code to web.config file. But for both of the solution, when I ran the project I noticed it doesn't have any effect on the validation controls.
So none of the above mentioned solution are working for me.
Can anyone figured out what I'm doing wrong?
Or can anyone let me know any other reliable working solution?
Regards, nzahra