Samir George
Passionate about ASP.NET
Sign in
|
Join
Home
RSS
Atom
Comments RSS
Search
Tags
.NET
ASP.NET
C#
Control
CSS
Timer
ValidationSummary
Web Services
Sponsors
advertise here
Navigation
Home
Blogs
Archives
May 2009 (3)
May 2009 - 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>...
Filed under:
ASP.NET
,
C#
,
.NET
,
ValidationSummary
,
CSS
,
Control
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:
ASP.NET
,
C#
,
Web Services
,
Timer
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:
ASP.NET
,
C#
,
.NET
More Posts