In Visual Web Developer 2008 Express I am creating a "Create New User Page" by using the createuserwizard provided.
I switched to the content template to add additional boxes to gather info (on top of the create username, create new password, that automatically gets created with this wizard)
I want to have a date of birth field, but I want the texbox to only allow someone to enter a date.
How do I do that? The properties don't seem to specify that the textbox can only accept a date.