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 »
Wednesday, September 27, 2006 5:44:20 AM (Pacific Standard Time, UTC-08:00)
Hi . i have a question about your blog cms "DAS Blog" . what is your opionion about performance of this cms . i want to use this cms as blog CMS for my personal blog(mehdiVK.net's blog about Microsoft.net) . if you can please answer to my comment here . i will check you post for answer .

best regards

mehdi valikhani(form Iran)
Wednesday, September 27, 2006 5:47:17 AM (Pacific Standard Time, UTC-08:00)
i have another thanks about your post for invalid view state or unable to validate data that post solved on of my big problems . thank you so much .
Wednesday, October 18, 2006 7:31:10 AM (Pacific Standard Time, UTC-08:00)
Hi mehdi -

dasBlog is pretty good -- the latest version is 1.9 and has some nice stuff. It's good if you want to run an ASP.NET-based blog on a Windows server. It's open source, so you can extend it if you want.

If you don't have a server to host your blog on, then it's hard to beat wordpress or typepad, honestly -- those are better than dasBlog IMO.

Comments are closed.