data-binding
MVC3 Display a dropdown list from one datasource and save to another datasource
I\'m getting back to an MVC3 project after a 3 month hiatus.I need to display a drop down list that pull开发者_如何学JAVAs from Database A, but saves to Database B.The property I need to persist is th[详细]
2023-04-13 09:41 分类:问答How to update DataGrid in Silverlight when Property in ObserveableCollection changed
I have a Datagrid bound to a ObserveableCollection(MyClass) source1; MyClass has 2 Properties: string Name, int AGE[详细]
2023-04-13 08:45 分类:问答Databinding C# issue with setting and retaining data in the databind
I have a databound textbox. When I change the text via the text Property it automatically updates the textbox but when closing out of the window and relaunching the databinding goes back to the old da[详细]
2023-04-13 07:41 分类:问答WP7: how to databind to an object member?
I have a WP7 app that gets data from a DataContext. Say that I have a class Country { String country_name;[详细]
2023-04-13 07:27 分类:问答ListBox inside another ListBox
I have a simple class like this: public class myClass { public List<string> innerList; public string innerString{get;set;}[详细]
2023-04-13 01:33 分类:问答How to bind SystemTray Progressbar to a property in selected PivotItem DataContext
I got an app with a Pivot and 3 PivotItems. Each PivotItem has its own DataContext, and the DataContext has a property named IsLoading.[详细]
2023-04-12 20:40 分类:问答Bind Button.IsEnabled to a property in a TextBox's data source
I have a Foo class: public class Foo { public string Value { get; set; } public string IsDirty { get; private set; }[详细]
2023-04-12 15:04 分类:问答Can I use a DataGridView in a Windows Service?
I created a Windows Forms app that generates reports and it works great. It binds a bunch of DataTables to a bunch of DataGridViews, exports the resulting display to a bitmap, and everyone is happy. I[详细]
2023-04-12 11:20 分类:问答Where can I find a detailed description of how data is transferred around between View and Controller in .net MVC? [closed]
Closed. This question needs details or clarity. It is not currently accepting answers. Want to improve this question? Add details and clarify the problem by editing this post.[详细]
2023-04-12 07:41 分类:问答Binding visibility to expression in knockout
I have a series of images, and I only want one to be visible at a time, based on an observable property on my viewModel.[详细]
2023-04-12 03:42 分类:问答