I have set a querystring in a previous page and I now want to pass that same value and querystring to another page. I am sure I have seen this done using Response.redirect:
Response.Redirect "norestaurant.asp?ID=Request.QueryString(ID)"
I have also tried setting up the QueryString again:
Response.Redirect "norestaurant.asp?ID=(rsRestaurants.Fields.Item("RestaurantID"
.Value)"
I have tried it with brackets and no " with brackets alone etc ... just nothig seems to work>
Response.Redirect "norestaurant.asp?ID=Request.QueryString(ID)"
I have also tried setting up the QueryString again:
Response.Redirect "norestaurant.asp?ID=(rsRestaurants.Fields.Item("RestaurantID"
I have tried it with brackets and no " with brackets alone etc ... just nothig seems to work>