Good day
I need to set default value for ParameterBinding of DVWP as follows:
<ParameterBinding Name="StartDate" Location="Postback;Connection;" DefaultValue="2012-07-01T00:00:00Z"/>
<ParameterBinding Name="EndDate" Location="Postback;Connection;" DefaultValue="2012-09-30T00:00:00Z"/>
I want this defaul value change programmatically depending on quarter of the year. I use javascript function on page load where i get first and last day of the Quarter. But i have no idea how to send these paramenters to DVWP not using Query variable
When i use __doPostBack(WP, ) the page reloads endless :))) Can ECMAscript object model access these parameters and change it?
Do you have any idea?
Thank you!