In WPF and xaml i want to have a combo box with items like list0 - list5 Now, when i select that item or index i want it to display in a list box.
I want to easily use a read only template for a control when the value of a property in my model istrue. To do that I\'ve created a IValueConverter which returns it\'s parameter (a template in this ca
I have a activity (ListActivity) in which if a user click on a button, I kick off an intent to a \"IntentService\" which basically makes a REST call to a web service and gathers data.
I want to present several ToggleButton/RadioButton elements that: Map to an enumeration, meaning the DataContext has a \"public Mode CurrentMode\" property.
I essentially have an object: var foo = function() { this.setting = false; this.refresh = function() { ... };
I have a control that has a label on it, that I would like to hide or show based on a global menu item for all instances of my control. If I click the button to hide labels, I want to to hide all of t
Merged with Populate combobox with collection other than the one the Grid it is in is bound to. I have a ViewModel with two collection properties. One collection I use to fill form fields
I am using ASP.Net MVC with C#. I have a model which has a member for filter criteria. This member is a IList>. The key contains value to display and the value tells if this filter is selected or not.
I am confused with Metadata publish concept. If in a WCF Service config file I had written : <serviceMetadata httpGetEnabled="false"/>
I have a textbox like this: <TextBox x:Name=\"txtCondition\" Text=\"{Binding Path=Name ,Mode=TwoWay}\"/>