Different Method Of Navigation In ASP.NET?

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • priya.sharma
    Senior Member
    • Aug 2016
    • 105

    Different Method Of Navigation In ASP.NET?

    Page navigation means moving from one page to another page in your web site and another. There are many ways to navigate from one page to another in ASP.NET.

    - Client-side navigation
    - Cross-page posting
    - Client-side browser redirect
    - Client-Side Navigation
  • Guest

    #2
    There are several ways for page navigation.
    Hyperlink control.
    Response.Redirect.
    Server.Transfer.
    Server.Execute.
    Cross-Page postback.
    Window.Open.

    Comment

    • lisajohn
      Senior Member
      • May 2007
      • 218

      #3
      ASP.NET provides several different methods for navigating the application. Some developers prefer using the standard forward and back buttons, while others find the breadcrumbs feature more helpful. There is also the option to use the SiteMap control, which allows developers to create a hierarchical map of their application.

      Comment

      Working...
      😀
      😂
      🥰
      😘
      🤢
      😎
      😞
      😡
      👍
      👎