2 questions:
what do I do if I want to redirect in, lets say 5 seconds? (I want to redirect when a button is pressed)

umm also what does the second argument -endResponse- means: response.redirect (url as string, endResponse as boolean)

VS.net tooltip says that it "indicates whether the excecution of the current page should terminate."

but what kind of difference does that make? I dont understand. If you're redirecting to another page, doesnt that mean that the current page will be "terminated" anyways?