A general technique that binds two data/information sources together and maintains them in sync.

learn more… | top users | synonyms (2)

0
votes
0answers
13 views

FileUpload And GridView.DataBind

I have a college project, and I'm doing a Backoffice using Visual Studio 2010. My problem is with a GridView, I need to upload some files to my database. So I create a function for my submit button. I ...
1
vote
1answer
23 views

ASP.NET MVC - TryUpdateModel Not Working

This is my View: @using (Html.BeginForm("Save", "Test", FormMethod.Post)) { <label for="txtFirstName">First Name</label> <input id="txtFirstName" type="text" /> <label ...
0
votes
0answers
11 views

Databinding plugin

My web app isn't a single page application and so I think using a javascript framework is a little overkill. However one thing I think brings great benefit is data/UI binding because it means I no ...
0
votes
2answers
12 views

XML Data Binding in .NET - Getting node value where attribute value is equal to something

I'm developing a .NET control which needs to list values from an XML file based on an attribute value in a node and I'm having difficulty getting to my data. The XML is formatted like this: ...
0
votes
1answer
10 views

Spring MVC - bind enum array

If I post in the format weather=sunny, Spring MVC happily converts this to an Weather enum instance using the enum with name=sunny. However if I post weather=sunny&weather=windy, then Spring is ...
1
vote
1answer
12 views

WPF TreeView, Binding not working

I have TreeView that I am binding to List of My Data Class. Actually, I am using JSON data and create List from it. Also, I define a DataTemplate in TreeView to hold an Image and TextBlock in ...
0
votes
0answers
21 views

Mutiple Content Editable binding inside string using knockout

I'm having a string that contains many editable region, please consider this string var str = "Regular ... are patterns used to match character .... in strings. In ..., regular expressions are also ...
1
vote
0answers
19 views

Android Global Data Binding

Can anybody give me a suggestion for android data binding. I want my android application view components tied to a global data model. This data model might be setted in Application object in ...
0
votes
1answer
25 views

Databind to the datacontext element of the row

I've this itemtemplate binded on a ObservableCollection<MembershipUserProfiled> element so it can be displayed in a ListBox. <UserControl.Resources> <ResourceDictionary> ...
0
votes
1answer
19 views

Doubts on Lists for custom class on Windows Phone 7.1

Using Visual Studio Express 2010 for Windows Phone | C# | Silverlight Lets say I have created a class called Person and it has two properties: name(string) and amount(int). List<Person> ...
0
votes
1answer
25 views

Flex: Help me understand data Binding on getters and setters

Help me understand data Binding When I create a variable in a class: [Bindable] private var _name:String; and then generate getters and setters, I get: private var _name:String; ...
-1
votes
0answers
32 views

How to develop a Javascript Spreadsheet [closed]

I need a browser based spreadsheet as part of a larger project i am working on and none of the ready-made solutions i have seen appear very interesting. The spreadsheet component needs to have a very ...
0
votes
4answers
67 views

Two-way data binding does not work with directives in Angular.js

I try to implement a directive, which has to update specific code block with angular-notation {{...}}. The problem is that the updated code is not compiled anymore. The directive: ...
1
vote
2answers
18 views

Set a DropDownList SelectedValue to a bound field with sometimes null value

I have a situation where I have a gridview which is populated from a sql table which editing is allowed. For one of the fields, I have it so the user has to select a value from a drop down box in the ...
0
votes
1answer
11 views

WPF Combobox binding to DataTable not working

ComboBox is defined as <ComboBox Name="cmbCallSource" /> At form load I run this code (I checked that dtSources datatable ends up with proper contents in debugger): //Init Source List ...
-5
votes
2answers
36 views

Object reference not set to an instance of an object in delete option of my code and another error in update option of my code

I have used the following code to delete and edit some values in the gridview, but as i click delete it shows an error: Object reference not set to an instance of an object. in line 48 i.e. ...
0
votes
1answer
24 views

datagrid view with 2 data sources

I'm writing an app where i want to compare the data from two different data sources to see if there are any differences. All examples i have seen of similar functionality always place two datagrids ...
0
votes
2answers
37 views

databinding in WPF using a base class for field creation in various forms

I had my application working with the fields being created in a class where each field was generated separately in the usual fashion public class RequestProfileObject : INotifyPropertyChanged { ...
0
votes
1answer
41 views

How to bind a list count to a label

I have a DataGridView binding to a list and a label showing number of records. I run into the same problem Khash had. (so I steal his title). Any add or delete operations on the grid won't update the ...
1
vote
1answer
22 views

Generate ListItems within a repeater

I have an ASP.NET repeater that is loading up shirts for purchase. The data is stored in an XML file, and I have the available shirt sizes in a comma delimited format, so one shirt is S,M,L, another ...
0
votes
1answer
49 views

Deep Property Binding with Caliburn Micro issues

I am just not figuring out what I am doing wrong. I am trying to use Caliburn Micro on a WPF app(4.5). Trying to follow MVVM for what it's worth. My VM has property of Services and Authorization. ...
0
votes
1answer
30 views

How to pick an ItemViewModel object by LongListSelector Index

I'm trying to use the ScrollTo() method of a LongListSelector to scroll to the top of the list. ScrollTo() takes an object, not an index, so I need to feed it the object which is at the top of the ...
0
votes
1answer
14 views

Winforms ComboBox 2 way databinding only works 1 way

Think I am having a bit of a blonde moment. I have a combobox, and in the design view I have it databound to a bindingsource as follows: this.itemTypeComboBox.DataBindings.Add(new ...
0
votes
1answer
23 views

Lost dynamically added click events to each TableCell in each TableRow

I'm developing live-table with WebForms. I'm adding such control to each TableCell in each TableRow, when I'm adding new rows to the table: // in some method, which creates the table TableRow row = ...
0
votes
1answer
39 views

ASP.NET repeater not updating when dataset is updated

I realize this is a stupid question, but still. I have a page where a DataSet that is filled with data. All datasets are bound to a Repeater. Inside that repeater I have an ImageButton that has an ...
0
votes
1answer
42 views

Knockoutjs trigger function when text changes

I have a viewmodel that is populated every few seconds by a json request. viewModel = ko.mapping.fromJS([]); ... getJSON(){ ... ko.mapping.fromJS(data,viewModel); } Then I have some text ...
0
votes
1answer
57 views

WPF checkbox IsChecked binding, OnpropertyChanged not working

I have a checkbox in my view and the binding on it is working fine if i do any modification to my object and trigger the propertyChanged event. On the other side when i click my checkbox i perform ...
0
votes
1answer
54 views

Bind checkbox or multi-select dropdown to array in AngularJS?

I am new to AngularJS, and am thus confused as how to bind checkboxes or multi-select dropdowns to a separate list. <body ng-controller="FooListCtrl"> <span ng-repeat="foolist in foos"> ...
0
votes
0answers
14 views

Bind WPF combobox in ListView to several values, with unique selected value of each combobox

As described in the title, I want to bind combobox in ListView to a collection of values, but each combobox must have a selected value that is different to other's. What I did is bind SelectedValue ...
0
votes
1answer
98 views

Why doesn't ToString work with Data Binding

Following this example (Example 2) Data Binding works and the UI is updated based on the value of ArtistName. If xaml binding is written like this: <Label Grid.Column="1" Grid.Row="1" ...
-1
votes
0answers
35 views

When is the PropertyChangedCallback fired

I have trouble understanding a problem that occured to me. I Have a UserControl that is structured somwhat like this. public class SomePage : Page { public static readonly DependencyProperty ...
0
votes
2answers
38 views

How to preprocess/convert data of a databinding?

I am creating a DataGrid that is going to define (through user-input) the X and Y values of a curve which will be presented on the same window. The curve is going to be defined by a Path containing a ...
0
votes
1answer
21 views

Knockout change the click event

I'm trying to find a way to change the click event on all my elements. I want to do something like this but I think how KO binds the click event its actually attached to the element and so changing ...
0
votes
1answer
42 views

Databinding in RowDetailsTemplate doesn't work

I have simple Datagrid with binding and this one works correctly and inside RowDetailsRemplate another Datagrid but in that case binding does not work. Can you give me a hand with sorting this out? ...
1
vote
1answer
32 views

WPF DataGrid - how to suspend UI updates from databind and do a bulk update later

Having to do a lot of cell-by-cell changes in code on my source DataTable, I need a way to temporarily halt it sending data-binding updates to its bound DataGrid: I have a DataGrid bound to a ...
3
votes
0answers
29 views

PHP - db2_bind_param Describe Param Failed

The Code $options = array('autocommit' => DB2_AUTOCOMMIT_OFF); $stmt = db2_prepare($connection, "CALL LABLIB2.AR0011CL('?','?','?')"); $connection = db2_connect ( AS400_DATABASE, IS_USER_NAME, ...
0
votes
2answers
24 views

Binding in DataTemplate/ItemTemplate

I have a ComboBox whose ItemSource is a ListCollectionView of MyClass. The ComboBox uses the following ItemTemplate: <Style x:Key="StyleComboBoxGroups" BasedOn="{StaticResource BaseComboBox}" ...
0
votes
2answers
31 views

WPF How to make DataGrid blank out certain columns based on a value in one of bound columns

I have a DataGrid that should display values from a datatable object. I need it to display one row for each in the datatable, but if column ShowRow in the DataTable is set to False, I need all but ...
0
votes
2answers
12 views

Does a Sql Datasource run a select query on load if no contol binds is bound to it?

I have a quick question, I have a gridview and a datasource on a page however because the datasource will return over 1 million records and the page will be accessed by a lot of people at the same ...
-1
votes
0answers
21 views

Windows forms application consuming mySQL data served using rest services from php [closed]

I want to build a windows forms application that would interact through rest services, served from php, with a MySQL database. The client application should perform CRUD operations, through ...
0
votes
2answers
47 views

Loading ObservableCollection with datetime values from an array

I have a ListView in a Class called HistoryStatistics and its template looks like this. Every item will have a button and two textblocks. <ListView x:Name="HistoryLV" Grid.Row="1" ...
4
votes
0answers
129 views

List<T> versus pivoting in the database for databinding to grid

Introduction and tl;dr In my example i have teachers, students and courses. I would like to have an overview which course is teached by whom in which rooms and all the students in this course. You ...
0
votes
0answers
50 views

Using C# WPF I am trying to populate textbox's with a data bound combobox

I have some code but the textboxes populate after another selection is made. If I were to select John, his information would not fill in until after another selection is made after John. I am trying ...
0
votes
1answer
40 views

Adding rows to a Gridview that is bound to a SqlDataSource

I am trying to add a row to a gridview dynamically, while the gridview has a SqlDataSource bound to it. Is it possible to add a custom row while the data is still binding? I am coding in vb.
0
votes
0answers
47 views

Can we bind a GridView using Javascript only?

I am stuck with an issue and its troubling me a lot. I have a gridview and i am loading replacing the cell data of gridview using javascript, the issue i am facing here is i am just replacing the ...
2
votes
1answer
28 views

wpf default comboBox item when data-binding

I was following the tutorial Binding a comboBox to an Enum and came out with this XML code: <ComboBox DisplayMemberPath="Key" SelectedValuePath="Value" ...
-1
votes
2answers
68 views

wpf populate list with combobox [closed]

I've been chasing SO for bits of information but not as a complete solution for my problem I'm looking for a way to use a comboBox as a selector/filter for items that would be display in a listView, ...
0
votes
1answer
35 views

Binding CheckBoxList to a Generic List

How to bind a CheckBoxList to a generic list object. This sample code should work for the purpose: protected void Page_Load(object sender, EventArgs e) { // Works well with the datatable as a ...
1
vote
1answer
34 views

How to Stop the binding when the controls are initializing in the DOM

I'm having a question about knockout binding to a select list. the problem is if we attached a click binding to a control, the event will be executed whenever the control is clicked. but why this ...
1
vote
2answers
35 views

DevExpress Grid view Query - DataSource property set to DataTable but showing incorrect number of Columns

I have a DataTable which I use to bind to the my DevExpress GridView . My DataTable is dynamic ie - sometimes it can bring 4 columns sometimes even 20. The problem is that when i first time set my ...

1 2 3 4 5 196