Quantcast
Channel: CSharp Forum Latest Questions
Viewing all articles
Browse latest Browse all 32058

Error 1 Operator '!=' cannot be applied to operands of type

$
0
0

    if(dateofbirth.Year.ToString()!=1900)
    SendSMS(txt_DOB.Text.Trim());
    else
    if(Weddingday.Year.ToString()!=1900)
    SendSMS(txt_wedding.Text.Trim());

   form the above when i run i show the  error message as follows;

Operator '!=' cannot be applied to operands of type 'string' and 'int'    .

please correct my code and send.

Viewing all articles
Browse latest Browse all 32058

Trending Articles