I have used following code on my button click

Code:
Response.Redirect("http://www.microsoft.com/gohere/look.htm");
but the problem is i have to click 2 times for nevigation.

when i clicked for fitst time it just refresh the page ...and second time it actually nevigates the page...

what should i do ???....

thanks in advance.....