When I first load a page with a webdatechooser on it, the value says null. Even when I delete null and mouse off, the word null goes back in. How can I make the word null not be there? I tried setting value="" but that didn't help.
Set the NullDateLabel property of the WebDateChooser object to whatever string you'd like to display when it contains no date value.
I had done that using the property viewer and it didn't work. Did it in the code. Worked, thanks so much!