DatePicker control in Asp.net ?

  • Thread starter Thread starter WJ
  • Start date Start date
W

WJ

Is there a DatePicker control in the current VS.Net (2003) other than the
Calendar control ? If not, how can the current calendard control be
minimized to a square 21x21px button (with graphic). It does not seem to
work from the IDE design surface.

Thanks

John
 
Hi John:

If you want to calendar to minimize and maximize, show or hide you'll
need to write up this logic yourself. The built in control doesn't
come with a feature like this.
 
Back
Top