Hello
I tried your code
but it's same old issue , I even can't see the module
these are the urls after using your code
http://localhost/newalhamalat/tripsearchlist/ctl/Triplist/fc/5/tc/2/mid/423?tsd=Thursday,%20August%2018,%202011&ted=Sunday,%20September%2018,%202011
and my code
http://localhost/newalhamalat/tripsearchlist/ctl/Triplist/fc/5/tc/2/tsd/Thursday,%20August%2018,%202011/ted/Sunday,%20September%2018,%202011/mid/423
I am using the following code in target module to request querystring
Dim
TSD
As
Date
TSD = Request.QueryString(
"tsd"
)
Dim
TED
As
Date
TED = Request.QueryString(
"ted"
)
ListTrips(Request.QueryString(
"fc"
), Request.QueryString(
"tc"
), TSD.
Date
, TED.
Date
)
PLEASE HELP