-
as seen on Stack Overflow
- Search for 'Stack Overflow'
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>
…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
Hi,
I have a page that displays a list of users. each user has an ID and a HyperlinkButton to watch more details about the user.
When pressing the HyperlinkButton, I would like to navigate to another page (called UserDetails) and somehow read the ID of the user that was pressed.
How can I do that…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
How to redirect your navigateuri of hyperlinkbutton to your isolatedstorage?
>>> More
-
as seen on Geeks with Blogs
- Search for 'Geeks with Blogs'
When you design for Windows Phone 7 (or for any touch device, for that matter, and most especially small screens), you need to be very careful to give enough surface to your users’ fingers. It is easy to miss a touch on such small screens, and that can be horrifyingly frustrating. This is especially…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
Hey Guys
I converted all my existing Silverlight app UserControls to Pages so I could use the Navigation Framework.
Anyway so I created a UserControl called MyFrame, which would host all the pages.
In my App.xaml.cs I have the following to make sure that MyFrame is loaded when the App loads:
private…
>>> More