Tutorials
ASP.NET
ASP.NET Web Forms Controls
ASP.NET Hyperlink Controls
ASP.NET Button Controls
ASP.NET List ControlsHyperlinks 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 the Page object. | |
| Occurs when the server control is about to render to its containing Page object. | |
| Occurs when the server control is unloaded from memory. |
Next Page: ASP.NET Button Controls
|
Excellent article on Working with Web Forms Controls and C#. I really benefitted with the contents and was amazed to see this kind of extensive explanation on the topic which is quite rare on Net....... Wasiur Rahman |
| good explanation ...thanks |
|
iam new learner of this topic.in my view it is in very useful for selflearning students. the author's way of illustration is appreciable.thanks for your efforts and helping. |
| I express thank you ! |
| :) Excellent article on Working with Web Forms Controls and C#. |
|
i m having 2 forms in c#. Eachone is having a textbox control. i want to retreive data of textbox of form1 to textbox of form2. How do i do that,Can anyone help me? |
|
you can also take a look at this one good article |
| very good easy to learn |
| very effective & usefull |
| Its really very useful for me to gain a lot of knowledge |
| Its really xlent for .net novice people... |
| thank you for your valid information |