Recent Posts

2
Comments

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>...
3
Comments

Scheduled Tasks in ASP.NET Web Applications using Timers by ausideveloper

Most of the ASP.NET Web Developers who have their Web application hosted in Shared hosting, do not have much control over the hosting server including having the ability of creating Window Services or create their application specific scheduled tasks...
Filed under: , , ,
12
Comments

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