Invalid length for a Base-64 char array.

Posted by Scott Bedwell on Stack Overflow See other posts from Stack Overflow or by Scott Bedwell
Published on 2010-05-14T17:43:15Z Indexed on 2010/05/14 17:54 UTC
Read the original article Hit count: 260

Filed under:
|
|

I'm getting the following error in my ASP.net web page:

Invalid length for a Base-64 char array.

This happens when a user activates an ajax request before the previous request completes. How can I prevent this error fro occurring?

© Stack Overflow or respective owner

Related posts about ASP.NET

Related posts about AJAX