borderAndreaVB free resources for Visual Basic developersborder

borderAndreaVB Visual Basic and VB.NET source code resources - Copyright © 1999-2007 Andrea Tincaniborder

AndreaVB | Forum | News | Downloads | Register | Help | Member List | Statistics | Search | PM | Profile

Print This Topic
Previous Topic (i cant insert new data into an db..can u correct e error in my code..pls!!)Next Topic (Changing program icon) New Topic New Poll Post Reply
AndreaVB Forum : VB.Net : HTTP POST Solved Topic
Poster Message
greentea
Level: Trainee

Registered: 06-12-2005
Posts: 1

icon HTTP POST

hi how to do a http post in aspx for asp.net.
I'm trying to do a click on the button and it will call and run the url.

Thank in advance.

06-12-2005 at 01:13 PM
View Profile Send Email to User Show All Posts | Quote Reply
GeoffS
Level: VB Lord


Registered: 29-09-2004
Posts: 536
icon Re: HTTP POST

Hi,
If you are wanting to display another page in your web application you use :

Server.Transfer("NextPageName.aspx")

If you want to go to a different site use :

Response.Redirect("http://www.nextsite.com", True)



____________________________
multi-tasking - the ability to hang more than one app. at the same time.

06-12-2005 at 04:11 PM
View Profile Send Email to User Show All Posts | Quote Reply
AndreaVB Forum : VB.Net : HTTP POST Solved Topic
Previous Topic (i cant insert new data into an db..can u correct e error in my code..pls!!)Next Topic (Changing program icon) New Topic New Poll Post Reply
Surf To:


Not Logged In? Username: Password: Lost your password?
Partners: Download Actual Software | Free Software Download
borderAndreaVB free resources for Visual Basic developersborder

borderAndreaVB Visual Basic and VB.NET source code resources - Copyright © 1999-2007 Andrea Tincaniborder