I've used the DTPicker control in Visual Basic, but now need it in a browser page and am having trouble setting the .Value property. In VB I can set it to "1/1/2002" and it works, but in ASP I have to use <param NAME="CurrentDate" VALUE="<%=CDbl(CDate("1/1/2002))%>">. When I use the Value property in ASP it gets ignored and defaults to current date.
Any thoughts here, or is this the way to do it?
TIA
Craig Boland
Any thoughts here, or is this the way to do it?
TIA
Craig Boland