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 |
Give an example of how an AppManifest.xml file looks like.
What is silverlight tool kit?
Describe the different XAML files generated when a new project in Silverlight Visual Studio is created
What is the best place to start silverlight application?
What are the benefits of silverlight?
Will silverlight support live streaming events as well as downloading media?
How can you host a silverlight application?
Can you provide a list of layout management panels and when you will use them?
What is the methodology adopted to change the startup page of any particular Silverlight application?
How to implement the style in silverlight?
What are the different important files that are used in silverlight?
What do you mean by silverlight.js file?