I have a hyperlink button working<HyperlinkButton Content="Go To Website" Foreground="White" NavigateUri="http://www.ci.mn.us/content/141/195/default.aspx" TargetName="_blank"> </HyperlinkButton>
I am now trying to bind it to a Field Value that has the URL in it....but no go....any thoughts?<HyperlinkButton Content="Open PDF" VerticalAlignment="Center" Foreground="White" NavigateUri="{Binding [MAPITVALUE]}" TargetName="_blank" > </HyperlinkButton>