Hi I am getting the error
"Sys.WebForms.PageRequestManagerServerErrorException: Input string was not in a correct format."
When pressing a delete button. But this error comes only in one web server. In other server it works fine. Again when locally running the application, there is no error but it will not firing the delete action. Any Idea??
Yes... This issue was solved by updating the .net framework to 4.5. The issue was with the framework with IE 10. Please check your server .net framework and Your local PC as well.
Just simply update the framework. I couldn't find any other solutions rather than this. :)