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