Communiquez avec les autres et partagez vos connaissances professionnelles

Inscrivez-vous ou connectez-vous pour rejoindre votre communauté professionnelle.

Suivre

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

user-image
Question ajoutée par Heba Ahmed Masoud Said , Senior SEO Specialist , Softxpert
Date de publication: 2014/10/31
Mohammed Rafiq Firdouz Syed Sheik AbdulKareem
par Mohammed Rafiq Firdouz Syed Sheik AbdulKareem , IT Technical Support , Majan Printing and Packaging

Response.redirect("Web site with path")

Ashraf Fahmi Abdelhamid Mahmoud
par 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
par Aboobacker Siddique Ariya Padikkal Madathil , Software Engineer , Thinkpalm Technologies

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

 

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

;("Response.Redirect("WebPage.Aspx

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

forward method

el fekih maher
par 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
par 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

Avez-vous besoin d'aide pour créer un CV ayant les mots-clés recherchés par les employeurs?