"jQuery15012356981023933311_1302979842877" replaces double question marks in Ajax/JSON
Hi,
I have some jQuery Ajax the sends a message to an ASP.Net webmethod, it gets saved in the database, and is then returned to the client.
Before the message gets written to the database, the above string is appended to the message so I'm asumming its happening between the client hitting the Send button and the .Net Webmethod receiving it.
I doesn't happen very often so I'm struggling to debug.
Any ideas?
EDIT: Title modified due to further revelation.