Please help, what should I set to defaultvalue in DVWP filter parameter if it should be ISO8601 date format of the actual date?
It only works now if I manually enter current date like
<ParameterBinding Name="Param1" Location="Control(DropDownList1)" DefaultValue="2013-01-02T12:00:00Z"/>
I am also wondering, if the DVWP is linked to a drop-down list, even if the dropdown shows actual date, filter is working only if the entire page is reposted / so only once I change the drop-down selection.
So the other question is, if there is any possibility withouth using scripts to postback value automatically once the page is initialized? I have similar problem I think which I could read here: Dynamically setting Default Value in ParameterBinding through Javascript, still waiting resolution.
