AndreaVB | Forum | News | Downloads | Register | Help | Member List | Statistics | Search | PM | Profile
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.
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.