I tried Server.Transfer, but that is for the same server.This redirect is
for a different IP.
When i use response.redirect to a particular link it will show
a blank browser with that link,but my need is to send from the same page and
stay it in same page.
Any idea?

On Wed, Nov 10, 2010 at 3:52 AM, AstroDrabb <[email protected]> wrote:

> Try Server.Transfer();
>
> Internal redirect without a client notice, and you can pass any URL you
> want.
>
> http://www.csharpfriends.com/articles/getarticle.aspx?articleid=15
>
> http://www.c-sharpcorner.com/UploadFile/avi_sanjay/Server.Transfer.htm06172006162238PM/Server.Transfer.htm.aspx
>
>
> On Tue, Nov 9, 2010 at 5: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]*

Reply via email to