Technical Training
ASP.NET TrainingTable of Contents
ASP.NET Web Forms Controls
ASP.NET Hyperlink Controls
ASP.NET Button Controls
ASP.NET List ControlsASP.NET Hyperlink Controls
ASP.NET Web Forms Controls
Hyperlink Controls:
Hyperlinks controls are those controls that drink a lot of coffee and that's why they always remain Hyper. Hyperlink controls are used to link one page to the other page. If you drag and drop the hyperlink control from the toolbox to the webform your Hyperlink control will look something like this:
Hyperlink exposes many important properties. One of them is NavigateUrl. NavigateUrl is used to give the path to the next linking page. The hyperlink also exposes the property of ImageUrl which can be used to assign the image to the hyperlink. Each control also comes with a tooltip property. The tooltip property can be used to make a message appear when a user hover his mouse pointer over the hyperlink.
The available events for the hyperlink controls are given below:
|
|
Occurs when the server control binds to a data source. |
|
|
Occurs when a server control is released from memory, which is the last stage of the server control lifecycle when an ASP.NET page is requested. |
|
|
Occurs when the server control is initialized, which is the first step in the its lifecycle. |
|
|
Occurs when the server control is loaded into thePage object. |
|
|
Occurs when the server control is about to render to its containing Page object. |
|
|
Occurs when the server control is unloaded from memory. |
ASP.NET Training
- ASP.NET with C# Training Launch
- ASP.NET with C# Training Course Outline
- Introduction to ASP.NET with C#
- ASP.NET Web Forms Controls
- ASP .NET: Validating User Input with C#
- Using Rich Server Controls with C#
- Accessing Data with C#
- ASP.NET Using the DataList and Repeater, Datagrid Controls
- Managing Data with ADO.NET DataSets and C#
- Creating and consuming XML Web Services with C#
- ASP .NET Migration and Interoperability
- Managing State with ASP.NET and C#
- Caching in ASP.NET
- Configuring and Deploying ASP.NET Applications
- Securing ASP.NET Applications with C#







