if (DataReader.GetInt32["trials_num"] = 0)
if (DataReader.GetInt32["trials_num"] == 0)
=
==
if (Convert.ToInt32(DataReader["trials_num"]) == 0)
var
This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)