Blog
    C#
    ADO.Net
    .NET
    ASP.Net & Web Forms
    Custom Controls
    Web Development
    Exception Handling
    XML
    Database
    Security in .Net
    Testing
    Web Services
    Windows Services
    Windows Controls
    WCF
    AJAX
    WPF
    XAML
    Reporting
    Setup
    VB.Net
    LINQ
    JQuery
    SilverLight
    JavaScript
    HTML5
    Crystal Report
    Cloud Computing
    Share Point
    Visual C++
    MVC
    Android
    PHP
    Java
    HTML
    WordPress
    Joomla
    Products
    Drupal
    Windows Phone
    JSON
    LightSwitch
    iPhone/iPad
    Ruby on Rails
    IIS 7
    Windows 8
    CSS/CSS3
    Excel
    MS Access
    Shortcut Keys
    Visual SourceSafe
    Team Foundation Server
    APIs
Follow Us
Follow _MindStick_ on Twitter View MindStick Software's LinkedIn profile View MindStick Software's Facebook profile
Top Contributor
Advertisement
Advertise with Us
Mindstick
Article Article  Forum Forum  Blog Blog  Quiz Quiz  Beginner Beginner  Careers Careers  Contact Contact  Login Login  
Home | Product | Services | About Us | Interview | DeveloperSection | Submit an Article | Submit Blog
Report Abuse Form
Reason:    
 

Home >> ASP.Net & Web Forms >> Different Navigation in ASP.Net
Different Navigation in ASP.Net

which types of navigation used in ASP.Net
Views: 810     Comments: 0
by Amit Singh on 11/30/2010

DifferentNavigation in ASP.Net


ASP.NETsupports following ways to navigate between pages in your application.

  • HyperlinkControl

  • Response.RedirectMethod

  • Server.TransferMethod

  • Server.ExecuteMethod

  • Window.OpenMethod

Descriptionof Navigation method


Hyperlinkcontrol

This isserver control use for navigation to another page specified in the NavigateURLproperty. Hyperlink control doesn’t expose any server side event.

Response.Redirectmethod

This methodis used to navigate to another page from code. You can use this method tonavigate from a Linkbutton or ImageButton control.

For example

               Response.Redirect("Login.aspx")

Server.Transfermethod

This methodcan be used only with .aspx file. It allows retaining some information betweenthe requests when its preserveForm argument is set to true.

Server.Executemethod

LikeServer.Transfer, this method is also used with .aspx file only. This methodenables new page execution while still displaying the current web form.

Window.Openmethod

Display apage in a new browser window on the client.

Title :  
Comment :
Text ColorBackground Color
BoldItalicUnderline
LeftCenterRightJustify
Ordered ListBulleted List
IndentOutdent
Horizontal Rule
SubscriptSuperscript
HyperlinkImage
Design ModeDesign
View HtmlHtml
       
 
Report Abuse Form
Reason:    
 
Latest ArticleRSS Feed
    
    
    
    
    
    
    
    
    
    
More...
Latest Blogs by Amit SinghRSS Feed
    
    
    
    
    
    
    
    
    
    
More...
Top Viewed ArticlesRSS Feed
    
    
    
    
    
    
    
    
    
    
Top Viewed BlogsRSS Feed
    
    
    
    
    
    
    
    
    
    
Latest Interview QuestionsRSS Feed
    
    
    
    
    
    
    
    
    
    
More...
Total Online Users: 2868
  
Copyright © 2009 - 2013MindStick. All Rights Reserved.