Contents tagged with JavaScript
-
Detecting User Regional Settings In The Web Browser
Recently, a friend of mine asked me something like: “How do I get the user’s regional settings for a request to a web server?”
-
More 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 issue.
-
Rendering ASP.NET Validators And Validation Summary Property As HTML Attributes
Yesterday I blogged about the cause of ASP.NET validators and validation summary slowness.
-
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?