int One_ID = Convert.ToInt32("");
above code throwing error while converting empty string into integer variable.
Error: Input string not in a correct format.
int One_ID = Convert.ToInt32("");
above code throwing error while converting empty string into integer variable.
Error: Input string not in a correct format.