In this Article, Ashic Mahtab looks at a potential bug in the MVC 2 RC 2 source code and proposes a solution. Note: Cross posted from Heartysoft.com . Permalink
In this article, Ashic Mahtab shows how to control how a validator is displayed on an asp.net page. Note: Cross posted from Heartysoft.com . Permalink
I love the asp.net validation controls. They're chick and really useful. We sometimes have to show some messages that are not the ErrorMessages of validators. An approach to do this could be to a) ScriptManager.RegisterClientScriptBlock to show a popup...