anyone can help me with this error:
Exception Details: System.FormatException: Input string was not in a correct format.
here's my code behind:
IDNO= Convert.ToInt32(drIdNo["Emp_ID"]);

anyone can help me with this error:
Exception Details: System.FormatException: Input string was not in a correct format.
here's my code behind:
IDNO= Convert.ToInt32(drIdNo["Emp_ID"]);

IDNO= Convert.ToInt32(drIdNo["Emp_ID"].ToString());