Hey all,
I am new to
vb.NET, I have been doing ASP.NET(with
VB) for a couple of years and this is my first windows app and I notice there are some differences.
The problem that I am having is that I fill a data set which has multiple tables, no problem with that. One of the tables contains colors for example. I have 5 combo boxes that bind to that colors table. The problem is that when I change the selection in one of the combo boxes, they ALL change to the same value? Why is this, how do I get around it? I am confused because ASP.NET does now behave this way