ASP.NET Tutorial

.NET Framework

ASP.NET Introduction

ASP.NET Web Forms

Standard Controls

Label Control

TextBox Control

Image Control

Button Controls

Redirecting User

Using HyperLinks

RadioButton Control

RadioButtonList

CheckBox Control

CheckBoxList Control

DropDownList

ListBox Control

ImageMap Control

Event-Driven Programming

ASP.NET Page Structure

IsPostBack

Master Page

View State

Visibility of Controls

Formatting Controls

Applying CSS

Dynamic CSS

Using Style Class

Themes and Skins

Panel Control

PlaceHolder Control

AdRotator Control

Calendar Control

File Upload, Virtual Path

Validation Controls

Page Navigation

User Control

Separating Code-Presentation

Overview of ADO.NET

Data Binding

DataBinding List Control

Using HyperLinks

You can link multiple ASP.NET pages together using hyperlinks. ASP.NET provides a HyperLink control corresponding to the standard HTML hyperlink element.

It has no methods, or events. Its properties are
Property Description
ImageURL URL of the image to be displayed for the link.
NavigateURL URL of the page to which the user is transferred on clicking the link.
Target The target window or frame for the link. Possible values are: _top, _self, _parent, _search, _blank.
Text Text for the link.

The control can be used as: