Hi all!
In ASP.Net,, when using a webform that does a postback, is there a way to modify the postback to include querystrings originally passed into the page?
Currently, I have web forms that allow for QueryStrings to be passed to alter results. Those pages allow paging functions, etc...