Creating The Dynamic Dropdown – Generating a Year Pick List
I had created a .net form that produced reports by year through the use of a dropdown list. The user asked if the drop down list could be changed to display the current year. I wanted to provide this functionality without having to make this change year after year, so I had to include code…