Marko
Marko

Reputation: 10992

Cryptic errormessage from asp.net ajax updatepanel?

Where to fix this errormessage?

41|error|500|Input string was not in a correct format.|

I'm confused

Upvotes: 0

Views: 233

Answers (2)

Joel Etherton
Joel Etherton

Reputation: 37533

Input string was not in a correct format is typically an invalid integer cast somewhere. Make sure in your update panel you're not sending an improper string to an integer cast.

Upvotes: 0

Kris Ivanov
Kris Ivanov

Reputation: 10598

looks like server 500 error, line 41, with error message "Input string was not in a correct format", best to debug and break on all errors, assuming you are using VS you will break on the line of question

Upvotes: 1

Related Questions