Thanks Jamie Fraser, I tried HTTPWebRequest/Response and it worked. On Wed, Nov 10, 2010 at 3:00 PM, Jamie Fraser <[email protected]>wrote:
> You need to manually create a HTTPWebRequest/Response, pass the values in > the QueryString, then parse / display the results. > > > > > > On Tue, Nov 9, 2010 at 10:30 AM, Jeena Ajiesh <[email protected]> wrote: > >> Hi friends , >> Can anyone help me in this problem? >> Response.redirect will move to that URL which I'm passing. >> How can i stay in the same page and send the values to a different Server >> where my php file resides without changing the page? >> This response.redirect event occurs at button click. >> >> Eg: >> Response.Redirect("http://myserver/Website.php?username=" & >> textbox1.text & "id=12") >> >> >> -- >> **************** >> **Thanks & Regards, >> Jeena Ajiesh >> Email: [email protected] >> [email protected]* >> >> > -- **************** **Thanks & Regards, Jeena Ajiesh Email: [email protected] [email protected]*
