日期:2014-05-17  浏览次数:20435 次

一个简单的页面跳转问题,卡了1个星期没解决掉。
一个简单的页面跳转问题,卡了1个星期没解决掉。
我对不起老板给我的钞票啊。。。

求各位帮忙。。。 一个XAML页面的跳转。不要后台实现。

以下这些页面跳转都没用。 在其他例子项目里面能用的 拷贝过来也不能用了。

        <HyperlinkButton Name="LeaveMsg" NavigateUri="Page1.xaml" FontSize="20" Foreground="Red" FontStyle="Italic">跳转。。。</HyperlinkButton>
        

<Button Content="Next    " Padding="6,3" Width="76" HorizontalAlignment="left" Margin="10,0,8,8" VerticalAlignment="Bottom" Background="{x:Null}" BorderBrush="{x:Null}">
<i:Interaction.Triggers>
<i:EventTrigger EventName="Click">
<pi:NavigateToScreenAction TargetScreen="SilverlightApplication1.Page1"/>
</i:EventTrigger>
</i:Interaction.Triggers>
</Button>

<HyperlinkButton  NavigateUri="/SilverlightApplication1;component/Page1.xaml"  Margin="0,49,1,0" Height="25" VerticalAlignment="Top" >
<HyperlinkButton.Background>
               <ImageBrush ImageSource="image/l1.png" />
            </HyperlinkButton.Background>
</HyperlinkButton>


<HyperlinkButton  NavigateUri="SilverlightApplication1.Page1"  TargetName="_blank" Margin="0,78,0,0" Height="87" VerticalAlignment="Top" >
<HyperlinkButton.Background>
               <ImageBrush ImageSource="image/b1.png" />
            </HyperlinkButton.Background>
</HyperlinkButton>

<HyperlinkButton  NavigateUri="Page1.xaml"  Margin="0,169,1,0" Height="28" VerticalAlignment="Top" >
<HyperlinkButton.Background>
               <ImageBrush ImageSource="image/l2.png" />
            </HyperlinkButton.Background>
</HyperlinkButton>

到底是为什么,为什么。
xaml

------解决方案--------------------
帮顶啦~~~~~~~~~~~~~
------解决方案--------------------
zaml 要在标头引入明明空间的
------解决方案--------------------
接分接分接分 
------解决方案--------------------
引用:
不懂  绑定。。
++