Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

4
votes
3answers
132 views

Cookies in the new browser when using HyperlinkButton in Silverlight

When you use the HyperlinkButton control in silverlight in IE to open a link in a new window using TargetName="_blank", does the new window have the same cookies as the original IE window. If not, ...
3
votes
1answer
607 views

Differences between Silverlight's HtmlPage.Window.Navigate and HyperlinkButton?

I'm trying to get my Silverlight 4.0 application to launch the associated program file a file extension when the user clicks something to take them to its web URL, but I'm having difference ...
3
votes
3answers
2k views

Windows Phone 7 navigation to internet from an application

I have the following question: I have my Windows Phone 7 appplication and I have a HyperlinkButton with the NavigateUri binded to an Uri created like this Uri uri = new ...
3
votes
1answer
915 views

Make a silverlight textblock act like a hyperlink

I'm pretty new to silverlight. I have a text block that is displayed inside a datagrid (inside a DataGridTemplateColumn.CellTemplate template to be precise). I'd like to dynamically make some of the ...
3
votes
2answers
3k views

How can I add an underline to a HyperlinkButton in Silverlight?

It seems I can format a HyperlinkButton in the same way I can format a TextBlock: HyperlinkButton hyperlinkButton = new HyperlinkButton(); hyperlinkButton.Content = "google"; ...
3
votes
3answers
7k views

Silverlight passing parameters between pages using HyperlinkButton

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 ...
3
votes
2answers
4k views

How to Programatically “Click” a Silverlight HyperlinkButton (WebAii)

I'm currently using the WebAii automation framework to write some user interface tests against a Silverlight 3 application. I'm new to Silverlight and suspect that I'm missing some bit of information ...
3
votes
3answers
3k views

How can I avoid the bluish border when clicking a HyperlinkButton in Silverlight?

I have a Silverlight menu for my application with an image as the background. I use some empty HyperlinkButton at a specific position and size to simulate a real button on the image (think as a HTML ...
2
votes
3answers
2k views

WP7/Silverlight Hyperlink Image

I am new to both Silverlight and WP7. I have been attempting to hotlink an image by using a HyperlinkButton and setting its content to an Image. However, this just makes my Image disappear. To ...
2
votes
1answer
846 views

Can HyperLinkButton in silverlight navigate a NAS or Local-file uri?

In my silverlight application I have a section like this: <HyperlinkButton Content="{Binding MediaFile.FileName}" TargetName="_blank" NavigateUri="{Binding ., Converter={StaticResource ...
1
vote
1answer
108 views

Silverlight InvalidOperationException when clicking a link

I have a dynamically generated hyperlink which when clicked should open a lotus notes document. I do it using the code below. HyperlinkButton hlb = new HyperlinkButton(); ...
1
vote
2answers
959 views

Binding TextBlock to listBox Item in silveright using MVVM

I am developing a silverlight navigation application and have encountered the following problem. I am using MVVM to connect a listbox with a class. The class hase a name, some text and a email ...
1
vote
1answer
2k views

email hyperlinkbutton

I'm trying to use a hyperlink button as a mailto in silverlight 4 like so: <HyperlinkButton x:Name="hlbCustomerSupport" NavigateUri="mailto:customerservice@fofo.com" ...
1
vote
2answers
353 views

HyperlinkButton to internal source

I have a SilverLight project, in the project I have a PDF document. How to create a reference to the pdf document so it will open with a click on a HyperlinkButton? What should the build action be on ...
1
vote
2answers
838 views

How to set wrapping for HyperlinkButton with databound Content/Text?

I am binding a collection (rss feed) into a list box such as this: <ListBox Margin="0,0,-12,0" ItemsSource="{Binding Items}"> <ListBox.ItemTemplate> <DataTemplate> ...
1
vote
1answer
455 views

Silverlight 4.0: HyperlinkButton

How to redirect your navigateuri of hyperlinkbutton to your isolatedstorage? or Is there a workaround to display data from isolatedstorage to new browser?
0
votes
1answer
38 views

Silverlight Hyperlink button with image (hover effect on the image)

I am trying to create a hyperlink button with an image where image would have a hover effect (changed on MouseOver). I was able to create a hyperlink button with one image, but stuck on hover effect ...
0
votes
1answer
44 views

Items hidden when added to HyperLinkButton

The items below show up normally when I do not have them inside the HyperlinkButton. However, when I add them to the HyperlinkButton, they become invisible. <DataTemplate> ...
0
votes
1answer
103 views

Pause WP7 HyperlinkButton?

I'm trying to 'pause' a HyperlinkButton in a WP7 app so that the user can confirm whether or not to leave the app and follow the link. The series of the events would look like: The user clicks the ...
0
votes
0answers
100 views

Silverlight hyperlink not working as expected

I have a hyperlink: PortaMenu.aspx has a number of buttons that link to different pages. One of these pages results in the user being brought back to http://vmtpol/PortalMenu.aspx and a popup ...
0
votes
1answer
122 views

Using buttons in MVC3

In my view I am using buttons like this <button style=" color:White; height:30px; width:100px; background-image: url('@Url.Content("~/Content/Images/RedButton.gif")');" name="button" value="Add" ...
0
votes
0answers
128 views

Telerik - To acess controls on click of Hyperlinkbutton in RadPanelBar for Silverlight

I am using the following code to bind the data to the RadPanelBar for Silverlight, It works fine. I have a HyperLinkButton in my PanelBar. my question, On the click of a hyperlinkbutton, how can I ...
0
votes
0answers
424 views
0
votes
1answer
243 views

How can I navigate from a windows phone 7 app to (or point to) a pdf file which is hosted in web server

How can I navigate from a windows phone 7 app to (or point to) a pdf file which is hosted in web server. I want to open the pdf file in the pdf viewer for WP7 app (I believe the current IE for WP7 ...
0
votes
3answers
95 views

how to integrate code behind variables to the linkbutton in the design view

I just need to use the count value which will be generated on the code behind page on the designer view : public void BindCount() { int count = caravans.GetNoOfCaravansGreater2000(); } Designer ...
0
votes
1answer
510 views

SilverLight: HyperLinkButton is there any other way to pass arguments to the Click function besides using Tag?

I have this in the XAML: <HyperlinkButton Tag="{Binding Href}" Click="lbImage_hyperlink"> <Image Source="{Binding Href}" Height="40" Width="40" ...
0
votes
2answers
117 views

Firing of asynchronous (statistics) request of HyperlinkButton not registered

I have a HyperlinkButton in my Silverlight project. Clicking the link will open the URL in a new page: <HyperlinkButton x:Name="Button1" Content="Click" TargetName="_blank" ...
-1
votes
1answer
142 views

ListBox with hyperlink -> selection changed

I want to do with xaml bindings such feature: Listbox contains hyperlinks. When hyperlink clicked - we go to another frame But also SelectedItem must changed, and on another frame we show info ...