You'd think that MS would include this
most basic of server controls in ASP.Net, but noooo (althought they do
have a Calendar control, it doesn't let users choose time). Luckily,
there is an excellent
DHTML alternative that's even
open source and isn't tied to any web server type!
Next up: why is there no editable (add/remove/update/dragsort) listbox
server control in ASP.Net? Looks like you can hack up (errrr..sorry..."modify")
a DataGrid or DataList to do this, but why does it have to be so painful
if you want something a user can easily add items to and change the order
of? Not that it's better in Lotus Domino because their listbox goes
away when you tell it to allow users to add new values Doesn't
look much better in JSF, Struts, or Tapestry land either...