I have an vb.net IF/THEN/ELSE statement at the end of which redirects back to the same page.
This is because users will have filled out all the fields on the page and the easiest way to empty all the fields was to do a redirect back to itself and reload the page. It works fine but when a colleage tries it in his environment, all of the pc's that we have tried it on show a blank browser area when the submit button is clicked - no fields at all!
I have tried putting in an external web address to see if the redirect is doing anything - but no - still a blank browser. Is there any setting in IIS that stops response.redirects from working? The reason I say IIS is because something is affecting all of the browsers for this application.
Any help would be appreciated.
thanks,
Paul
This is because users will have filled out all the fields on the page and the easiest way to empty all the fields was to do a redirect back to itself and reload the page. It works fine but when a colleage tries it in his environment, all of the pc's that we have tried it on show a blank browser area when the submit button is clicked - no fields at all!
I have tried putting in an external web address to see if the redirect is doing anything - but no - still a blank browser. Is there any setting in IIS that stops response.redirects from working? The reason I say IIS is because something is affecting all of the browsers for this application.
Any help would be appreciated.
thanks,
Paul