request object
i need some serious help
i generate values dynamically and pass an unspecifyed No. of variables to the next page in the requststring... that works fine... now i need to retrieve and sort those values stored in variables called CaseAsset1, CaseAsset2 , CaseAsset3... the nr after Asset is autogenerated by a counter (depending on howmany values the user will have to enter)
How do i concatinate in the line:
<%= request.QueryString("CaseAsset" + ANY CHARACTER) %>
is there a wildcard i can use?
i will need that line to be dynamic since i never know howmany variables i have to deal with
thanks a bunch
Toran
__________________
... there is always more to learn...
|