Explain the procedure of creating hyperlinks in Silverlight application?
Answer / Rajendra Kumar Akela
Creating hyperlinks in a Silverlight application involves:
- Defining a Hyperlink control in XAML markup:
<Hyperlink x:Name='hyperlink' Click='OnHyperlinkClick'>Link Text</Hyperlink>
- Implementing event handler for the Click event to respond to user interaction.
| Is This Answer Correct ? | 0 Yes | 0 No |
Describe how to perform event handling in silverlight.
Explain how to add the reference of a class library project in silverlight application project
What is deep zoom in silverlight?
Explain silverlight architecture?
What kind of brush does silverlight support?
What are the ways to display text with Silverlight?
What are the different important files that are used in silverlight?
What are the programming languages in which you can implement behavior of silverlight application?
What are the components of silverlight?
How style works with silverlight?
what are the restrictions of web service accessing in silverlight?
What is the difference between wpf (windows presentation foundation) and microsoft silverlight?