The Cause Of ASP.NET Validators And Validation Summary Slowness
When building ASP.NET pages, if you use too many validators and validation summaries your pages can become very slow. Have you ever wondered why? Lets build a simple page web page with a few...
View ArticleRendering ASP.NET Validators And Validation Summary Property As HTML Attributes
Yesterday I blogged about the cause of ASP.NET validators and validation summary slowness. At that point I wasn’t aware of the existence of the XHTML conformance configuration (thanks Nuno). With the...
View ArticleMore On ASP.NET Validators And Validation Summary Rendering of Properties
On previous posts [^][^] I mentioned the size of ASP.NET validators and validation summary rendering and the fact that expando attributes are being used to add properties. Mohamed also mentions this...
View ArticleCleaning HTML With Regular Expressions
While participating in a forum discussion, the need to clean up HTML from “dangerous” constructs came up. In the present case it was needed to remove SCRIPT, OBJECT, APPLET, EMBBED, FRAMESET, IFRAME,...
View Article