开发者

Problem with centralized form validation framework for an ASP.NET(C#) 3.5 web app using ASP.NET validation controls and AJAX?

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-

  1. http://blogs.msdn.com/b/mattgi/archive/2007/01/23/asp-net-ajax-validators.aspx
  2. 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 mention开发者_JAVA技巧ed 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


Seems like the #2 option would be the best... are you using .NET's validation controls or the validators within this framework? We are going to have to see code to tell you what's wrong.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜