While reading the added data from the front end, I get error as
String was not recognized as a valid Boolean
Here is my code.
chkDeclaration.Checked = Convert.ToBoolean(ObjProDr["declaration_quali"]);
In database I save declaration_quali as char(1)
Please suggest
Go to the complete details ...