Suresh Kumar
What are the different method of navigation in ASP
By Suresh Kumar in ASP.NET on Oct 30 2017
  • Rameshyadav Medaboina
    Nov, 2017 7

    Number of navigation techniques in Asp.Net, Response.Redirect(); Server.Transfer(); Cross Page Postback Hyperlinks

    • 1
  • William
    Nov, 2017 2

    Server.Transfer() , Request.Redirect

    • 1
  • Madhura Kesharwani
    Jul, 2021 6

    Response.Redirect - move from one web form to another on same or different server. Server.Transfer- move from one web form to another on same server without changing URL.Server.Exceute - It is very similar to the server.transfer method for navigation but it retains the control from the source web page and returns to the original page after execution of the target page.Cross page posting - allows a web form to post on another web form on button click. The PostbackUrl property of the button is set to the page where you want to do cross-page posting

    • 0
  • Suresh Kumar
    Oct, 2017 30

    ''

    • 0


Most Popular Job Functions


MOST LIKED QUESTIONS