Silverlight 4.0 HyperlinkButton
Posted
by xscape
on Stack Overflow
See other posts from Stack Overflow
or by xscape
Published on 2010-03-30T10:50:38Z
Indexed on
2010/03/30
10:53 UTC
Read the original article
Hit count: 663
silverlight-4.0
|hyperlinkbutton
Any workaround for this code?
<HyperlinkButton NavigateUri="/../HTM/HTMLPage1.htm" TargetName="_blank" Click="Button_Click">
<Image Source="{Binding ImageDisplayed}" Height="50" Width="50" Margin="1">
</Image>
</HyperlinkButton>
When I click on the button its has an error, "cannot find...."
© Stack Overflow or respective owner