Code:
string gjejip = "SELECT COUNT (*) FROM [Table_ip] WHERE [IP_votuesit = '" + ip + "']"; SqlCommand cmdFutIp = new SqlCommand(gjejip, con); string gjejip1 = cmdFutIp.ExecuteScalar().ToString(); Label8.Text = gjejip1;
the error is: An expression of non-boolean type specified in a context where a condition is expected,...
Leave a comment: