I have a checkbox in the gridview and I want to load 'bit' fields in the SQL Server bd in this checkbox, that is, if it is 'True' the checkbox is 'checked'.
I have this:
connect = CONN(un, passwords, db, ip);
String query = "select * from a...
asked by
12.10.2016 / 22:47