5
Answers

Operators in C#

Photo of kiran kumar

kiran kumar

15y
3k
1
if (dr["username"].ToString = TextBox1.Text&& dr["uid"].ToString =TextBox2.Text) Error"Operator '&&' cannot be applied to operands of type 'string' and 'method group'"

Answers (5)