G
Guest
I have a web page which accepts a query string to retrieve the record that the user wants. The user could then select different values as which cases I am re-directing back to the same page with a response.redirect with the new query string. If I watch this in the debugger it seems to go back to the client more then once to server up the page. Should I be using another method to redirect back to the same page with a new query string. The main reason why I am wanting to come back into the program with the approriate query string is so that the user can book mark the apge appropriately
Any suggestions?
Any suggestions?