I am trying to have a C# 2010 web form call another web page using a response.redirect and that is not working.
I am wondering if I can setup a window.open('~/www.site.com'); return false;
to have my page point to the correct new webpage that I am looking for.
Can you tell me how to accomplish this goal by using a window.open statement?