Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Am using SQL server as my data source with two front end calendar boxes and getting fromdate and two date and processing it through a query
"SELECT * FROM status WHERE Date BETWEEN $(vStartDate) AND $(vEndDate)"
but on the time of reload it is showing an error that both the startdate and enddate fields are empty
Please help me to fix this issue
Regards