
Passing a Date With the Query String
Question: Can I pass a date with the query string? Will the slashes cause a problem in this example? testing.asp?date=03/01/00 Answer: Yes they will. You will need to “encode” the data before passing it within the “URL”. To do that, use the Server.URLEncode function: testing.asp?date= Make sure you are only