Solve:Value was either too large or too small for an Int32.

Posted by jithincool on Stack Overflow See other posts from Stack Overflow or by jithincool
Published on 2010-05-29T10:45:45Z Indexed on 2010/05/29 10:52 UTC
Read the original article Hit count: 162

Filed under:
|

I am passing query string and the url is as follows-> http://localhost:1086/Web/EditMobile.aspx?sno=2. But when i try to enter the url as follows,localhost:1086/Web/EditMobile.aspx?sno=2*3424324423432424* , i get the following error->Value was either too large or too small for an Int32. How do i handle this error. I must get an error report like " the value is not found in the table or database"

© Stack Overflow or respective owner

Related posts about querystring

Related posts about int32