Start networking and exchanging professional insights

Register now or log in to join your professional community.

Follow

Which method is used to post a Web page to another Web page?

user-image
Question added by Heba Ahmed Masoud Said , Senior SEO Specialist , Softxpert
Date Posted: 2014/10/31

Response.Redirect("Default.aspx");

Mohammed Rafiq Firdouz Syed Sheik AbdulKareem
by Mohammed Rafiq Firdouz Syed Sheik AbdulKareem , IT Technical Support , Majan Printing and Packaging

Response.redirect("Web site with path")

Ashraf Fahmi Abdelhamid Mahmoud
by Ashraf Fahmi Abdelhamid Mahmoud , Senior Software Engineer , DataServe - National DataServe & Turnkey Solutions Co

if you want to change URL of the web site from Page1.aspx to Page2.aspx

use Response.Redirect("Page2.aspx");

otherwise use  Server.Transfer("Page2.aspx");

Aboobacker Siddique Ariya Padikkal Madathil
by Aboobacker Siddique Ariya Padikkal Madathil , Software Engineer , Thinkpalm Technologies

Response.Redirect("Secondpagepath") in submit button click of first page

 

Deleted user
by Deleted user

Response.Redirect("URL Web Site");

Mohammad Nassar
by Mohammad Nassar , مهندس نظم المعلومات , المقاصة سبورت

;("Response.Redirect("WebPage.Aspx

Mohammed Mufeedh mufeedh
by Mohammed Mufeedh mufeedh , junior developer , soften technologies

forward method

el fekih maher
by el fekih maher , Developper Software/Web , Tunisie Technologies

  • in html:<form method="get" action="page.php">
  • in javascript:document..location="page"
  •                        document.submit()
  • in php: header('locaion:page')

Heba Ahmed Masoud Said
by Heba Ahmed Masoud Said , Senior SEO Specialist , Softxpert

The Respose.Redirect method is used to post a page to another page, as shown in the following code snippet:Response.Redirect("DestinationPageName.aspx");

More Questions Like This

Do you need help in adding the right keywords to your CV? Let our CV writing experts help you.