home · blog · groups · about us · contact us
DevelopmentNow Blog
 Tuesday, September 26, 2006
 
 

Scott Mitchell put up a post about a CheckBoxList validator he built for ASP.NET 2.0. Worth checking out. I wrote a custom validator for CheckBoxLists a few weeks ago & while it wasn't too bad, I wish I had waited & just used Scott's. :) Also, he has some good tips about browser compatibility & RegisterExpandoAttribute.

FYI an expando attribute is an arbitrary attribute added to a HTML/DOM object at runtime. Weird name, I know.

September 26, 2006    Bookmark to Digg or other social bookmarking
#    Disclaimer  |  Comments [3]

Related posts:
iPhone Webapp Development for ASP.NET
Firefox 3.0.1 and FileUpload validator issues
Parse CSV Files in C# and ASP.NET
Visual Studio 2008 Virtual PC Performance Tips
Linq to SQL: Cast Stored Procedure Results to Table Entities
Grouping in Linq to SQL vs SQL


« Stored Procedures that start with sp_ | Main | ASP.NET AJAX »