Browse by Tags

All Tags » .NET (RSS)

Styling the ValidationSummary control using CSS only by ausideveloper

A requirment arised for presenting an ASP.NET page client side errors using the ValidationSummary as show in Fig (1), which is kind of outside the capabilities of what this control can do out of the box as it involves adding an image to each item or <li>...

CheckBoxList client side validation using JQuery by ausideveloper

Recently I had to validate an ASP.NET CheckBoxList control using the ClientSideScript or the ASP.NET JavaScript Framework. I was looking for an easy solution which would satisfy the assumptions below: Validate the CheckBoxList using the RequiredFieldValidator...
Filed under: , ,
More Posts