2009-10-06 17:11:00 UTC
add the following in the web.config
<system.web>
<globalization requestEncoding="utf-8" responseEncoding="utf-8" />
</system.web>
I was facing the problem of unclosed termination tags in the function Anthem_GetResult (in Anthem.js) when the file upload control was populated and any async postback occured on the page. this addition to the Globalization tag solved it.