Thursday, April 30, 2015

else if statement allows false

Hi,

custID will always be 0, just as being initialized, you never set it to an other value.

Like:

Int32.TryParse(txtCustID.Text, out CustID);
 

Regards,

  Thorsten


No comments:

Post a Comment