Utility for Painless Month Dropdowns in .NET

2008 06 20 – 11:15 pm

A former co-worker of mine and good friend Jeff Sargent posted a very useful article about creating a month dropdownlist in ASP.Net using C#. Rather than copy/paste, here is an excerpt from the article and a link to the full post.

I’m a fan of having a utility class in my .NET solutionsto handle the bits of repeated functionality present throughout the projects. Today I found myself needing several day/month/year dropdowns in different controls, and decided I’d throw together a utility to return the months for me as numeric values, full month names, or abbreviated month names. It’s not rocket science, but someone may find this handy.

For the full Article… JeffSargent.com: Utility for Painless Month Dropdowns in .NET

Post a Comment