|
 |
asp_components thread: Persisting the dtPicker value
Message #1 by tjarrell@d... on Wed, 13 Dec 2000 15:26:21 -0000
|
|
I have been trying to persist the value of a dtPicker control between
pages, but have been totally unsuccessful. In script, it recognizes the
value property but won't set it during runtime. It states that it's an
invalid property value. If I set it with the <PARAM NAME..., it doesn't accept it. The only thing that comes close is the
<PARAM NAME="CurrentDate" VALUE="36873">. This will set the initial
value to the specified date, but if I substitute an ASP variable for the
number, it doesn't change it. Any ideas? Thanks, Terry.
---
You are currently subscribed to asp_components as: $subst('Recip.EmailAddr')
To unsubscribe send a blank email to leave-asp_components-$subst('Recip.MemberIDChar')@p2p.wrox.com
Message #2 by tjarrell@d... on Wed, 13 Dec 2000 19:44:00 -0000
|
|
Please disregard this question--I've solved it. If you use a date
serialization starting from 12/30/1899 for the CurrentDate property, it
works. Thanks, Terry.
---
You are currently subscribed to asp_components as: $subst('Recip.EmailAddr')
To unsubscribe send a blank email to leave-asp_components-$subst('Recip.MemberIDChar')@p2p.wrox.com
|
|
 |