Click here to Skip to main content
15,895,011 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
hi,
i want to navigate between two frame for one hyperlinkbotton(Silverlight)...
Posted
Updated 4-May-12 4:38am
v4
Comments
Sandeep Mewara 3-May-12 10:42am    
And what is your query?

What have you tried? Where are you stuck?

hi nilesh,
i am not sure,but u can try do like this
<hyperlinkbutton content="HyperlinkButton" height="30" name="hyperlinkButton1" width="200" navigateuri="http://www.microsoft.com" targetname="_anything">

this may helps to u

http://forums.silverlight.net/t/254171.aspx/1[^]

http://www.benday.com/2010/07/19/bind-a-silverlight-4-hyperlinkbutton-navigateuri-in-a-datagrid-to-a-datasource-value/[^]
 
Share this answer
 
Comments
nileshm86 4-May-12 10:43am    
i was check this website(code) but this r not navigate to 2 frames
C#
private void hybtnSiteMap_Click(object sender, RoutedEventArgs e)
      {
          MainPage mainpage = (MainPage)((ScrollViewer)((Grid)((Frame)this.Parent).Parent).Parent).Parent;
          mainpage.Whyclick();
      }



Whyclick(); this method create main page than method call
 
Share this answer
 
v2

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900