B
Britt
Hi,
when uing session("myvar"), or viewstate("myvar") or cache("myvar), are the
values always strings?
I mean:
dim dt as date
viewstate("test")=dt
.....
dt=vieswtate("test")
Does here occur a conversion first from date to string, then from string to
date or the value remains always a date?
Thanks
Britt
when uing session("myvar"), or viewstate("myvar") or cache("myvar), are the
values always strings?
I mean:
dim dt as date
viewstate("test")=dt
.....
dt=vieswtate("test")
Does here occur a conversion first from date to string, then from string to
date or the value remains always a date?
Thanks
Britt