ابدأ بالتواصل مع الأشخاص وتبادل معارفك المهنية

أنشئ حسابًا أو سجّل الدخول للانضمام إلى مجتمعك المهني.

متابعة

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

user-image
تم إضافة السؤال من قبل Heba Ahmed Masoud Said , Senior SEO Specialist , Softxpert
تاريخ النشر: 2014/10/31
Mohammed Rafiq Firdouz Syed Sheik AbdulKareem
من قبل Mohammed Rafiq Firdouz Syed Sheik AbdulKareem , IT Technical Support , Majan Printing and Packaging

Response.redirect("Web site with path")

Ashraf Fahmi Abdelhamid Mahmoud
من قبل 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
من قبل Aboobacker Siddique Ariya Padikkal Madathil , Software Engineer , Thinkpalm Technologies

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

 

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

;("Response.Redirect("WebPage.Aspx

el fekih maher
من قبل 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
من قبل 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");

المزيد من الأسئلة المماثلة

هل تحتاج لمساعدة في كتابة سيرة ذاتية تحتوي على الكلمات الدلالية التي يبحث عنها أصحاب العمل؟