Hi,
I am submitting form with get method.
In this form I have hidden var which is date type in the form 10/17/2006.
After form is submitted the url comes up with that date in 10%2F17%2F2006
format. How do I prevent this. I tried DateFormat(), even
URLEncodedFormat.
Thanks,
Gene