|
dev
newsgroups
|
|||||||||||||||||||||||
|
|||||||||||||||||||||||
Databinding ProblemHi,
I am working on a small windows app that pulls data from a SQL Server table and binds the data to the controls for the windows form. One field in the SQL Server table has a data type of bit. I do allow Nulls on the field. This bit field in my dataset was bound to the check state of a checkbox. What was happening, is that if the field value was NULL then the form would not display any data in this control or any other control on the form and never generated an error. Does anyone know if this behavior is documneted anywhere, or if this same type of thing happens with databinding other kinds of controls? Thanks |
|||||||||||||||||||||||