This is a migrated thread and some comments may be shown as answers.

call aspx report page from silverlight tabcontrol

0 Answers 12 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
Meenu
Top achievements
Rank 1
Meenu asked on 11 Dec 2013, 02:49 PM
Thanks to all...

In my silverlight web application I have a page called "POLI.xaml".
In this xaml page one tab control is thre.Now my requirement is  I need to open an aspx page "www.test.com/report.aspx" when click will do in one tabitem.And it should open inside that tab control...
I did the following code..
how can I call this aspx link from silverlight tab?


        <sdk:TabControl Background="{StaticResource LayoutRootGradient}" Grid.Row="0"  BorderBrush="{StaticResource TitleBarGradient}" BorderThickness="3" Grid.RowSpan="2" Margin="1,1,-1,0" Name="TabControl1" VerticalAlignment="Top" Height="121">
            <sdk:TabItem Header="rep" Foreground="{StaticResource TitleBarGradient}"  Name="TabAlTareeqrep" FontWeight="Bold">
                <navigation:Frame x:Name="MainContent" Source="/ESRI-V-10-SIL4/page1.xaml" />
            </sdk:TabItem>

No answers yet. Maybe you can help?

Tags
General Discussions
Asked by
Meenu
Top achievements
Rank 1
Share this question
or