|
|
|
|
|
|
| IValueConverter for bool to Visibility |
| Quick tip for creating an IValueConverter that takes a boolean value from say a database record and sets the Visibility property on a XAML control to Visible or Collapsed. |
| IValueConverter, Converter, StaticResource, Visibility, System.Windows.Visibility, Binding Path |
| | By Robbe Morris on Wednesday, November 04, 2009 7:19:54 AM. |
| |
|
| Silverlight and QueryString Variables |
| Quick tip for retrieving querystring variables in Silverlight code behind. |
| HtmlPage, HtmlPage.Document, QueryString, System.Windows.Browser, System.Windows.Controls |
| | By Robbe Morris on Wednesday, November 04, 2009 7:19:54 AM. |
| |
|
| Have you heard of "StringFormat" ? |
| "StringFormat" is a new property (WPF) that allows you format strings in Binding. The below XAML Snippet shows you how to do that. |
| StringFormat MultiBinding XAML WPF |
| | By [)ia6l0 iii on Wednesday, November 04, 2009 7:19:54 AM. |
| |
|
| Silverlight Get Cookie Value |
| Quick tip for getting the value of a cookie in Silverlight. |
| Cookie, HtmlPage.Document.Cookies, StringComparison.OrdinalIgnoreCase, System.Windows.Browser |
| | By Robbe Morris on Wednesday, November 04, 2009 7:19:54 AM. |
| |
|
|
|