Hi there,
I have a checkedlistbox on my windows form which is databound to a
dataview.
If i do a "myControl.Items.Count", it returns zero, but it displays
all my items as checkbox items.
I cant figure out a way how to loop through my control and deselect/
select all when the items.count al...
more >>
I know that this is really trivial but has been bugging me for some time and
I can't figure out what I'm doing wrong.
I have a Windows form and I'm binding a business object (a class defined
within the current application and current application namespace). When I
define the datasource it c...
more >>
I've got a problem that I've been wracking my brain to try to come up with a
solution for. Basically, I've got either some XML or an object deserialized
from that XML which has elements that have more than one occurrence. So, for
instance, a fragment of the XML might look like this:
<Sender...
more >>