page-submit

How do I make an asp.net page submit to a specific IP address?

How do I make an asp.net page submit to a specific IP address? Every time the page submits (during postback) I wish to have it submit to a specific IP address? Is that possible in .net 3.5? Thanks in advance. ...

Page submission problem with safari

Hi I'm working with a simple application in asp.net (c#). In my page1 I've a load button in that load button click event I try to open another window. In my second window I've a button If I click on that button my intension is to reload parent page (i.e page1). So I try to use this script scriptString = " window.opener.location.href...