G
Guest
Hi to all
i have
string y;
int x=int.parse(y);
when i run the application this exeption is trewn
///////////////////////////////////////
Description: An unhandled exception occurred during the execution of the
current web request. Please review the stack trace for more information about
the error and where it originated in the code.
Exception Details: System.FormatException: Input string was not in a correct
format.
Source Error:
Line 106: string Bind=txtBimsID.Text.ToString();
Line 107: //////////////////////////////////
Line 108: int Ax=int.Parse(y);
Plz any help
Thanks
i have
string y;
int x=int.parse(y);
when i run the application this exeption is trewn
///////////////////////////////////////
Description: An unhandled exception occurred during the execution of the
current web request. Please review the stack trace for more information about
the error and where it originated in the code.
Exception Details: System.FormatException: Input string was not in a correct
format.
Source Error:
Line 106: string Bind=txtBimsID.Text.ToString();
Line 107: //////////////////////////////////
Line 108: int Ax=int.Parse(y);
Plz any help
Thanks