Hi I have 2 web date choosers in my page and during page_load, i initialize the web date chooser values to today's date.
However when I run it, and change the value on the webdatechooser, the value given is still today's date.
How to get the updated value???
Also is there any way to change the format of the web date chooser to dd/mm/yyyy? I saw there's only selection of long or short in the format field.
Thanks.
oh sorry, I got it, it's because i forgot to put the condition not page.ispostback in the initialization criteria.