1. If txtSearch is empty (and JavaScript is off) the redirect will still happen with an empty "SearchFor" parameter. This is still valid and will cause the search to return every product in the
database. 2. And yes, ViewState is turned off on the home page for performance reasons. This is true in all 3 environments. If going down the Server.Transfer path doesn't seem to fix anything, I will...