sunshine076
Registered User.
- Local time
- Yesterday, 21:56
- Joined
- Apr 6, 2009
- Messages
- 160
I have been able to store a checkbox value into the database but when I want to retrieve this value have it read back into vb.net it doesn't want to read it
Here is a copy of the field name and checkbox
LeanFile_Closed.Checked = dr("FILE_CLOSED") that I am wanting to use.
Here is a copy of the field name and checkbox
LeanFile_Closed.Checked = dr("FILE_CLOSED") that I am wanting to use.