blah blah blah is here! blah blah » Close

0
votes
0 answers

Daba Binding Techniques

Hi, I want to know how to 1. disable input in a field text box and automatically increment the same namely a numeric primary key field (viz. StudentID) by 1 at the issuing of a blank/new record. The Database method is DATA BINDING a ...

1
votes
1 answers

More Binding Questions

eeboy
499

I am now attempting to bind a dictionary to a combobox. I have a class called camera which loads an xml file into a dictionary. [code] class Camera { public Dictionary<int, Mode> Modes = new Dictionary<int, ...

0
votes
1 answers

Binded Data Fails To Update

eeboy
499

I am having trouble getting the listbox which is bound to the my class (below) to update when I add data. I researched the issue and it from what I could gather I needed to implement INotifyPropertyChanged. I have done this, but my listbox ...

Feedback