F
felecha
Is there a control that I can put on a Form that would let a user
select just the month value? I tried to find a way to make the
DateTimePicker or the Month Calendar do what I want but I can't. I
want a way for the user to say "Let me see what is in the database
for the month of January 2004." I don't want to have it specified as
January 1 through January 31. I can do that in code behind it. I
could use a combo, and just enter
January 2004
February 2004
March 2004
etc.
That would be perfectly satisfactory. For this customer, there is no
need to go back to the past. But unless I put 10 years worth of
months in the combo, there's a problem, as you can see.
Are there custom controls out there for sale? There must be
something, but this is new to me and I don't know where to look.
Thanks
select just the month value? I tried to find a way to make the
DateTimePicker or the Month Calendar do what I want but I can't. I
want a way for the user to say "Let me see what is in the database
for the month of January 2004." I don't want to have it specified as
January 1 through January 31. I can do that in code behind it. I
could use a combo, and just enter
January 2004
February 2004
March 2004
etc.
That would be perfectly satisfactory. For this customer, there is no
need to go back to the past. But unless I put 10 years worth of
months in the combo, there's a problem, as you can see.
Are there custom controls out there for sale? There must be
something, but this is new to me and I don't know where to look.
Thanks