Weird Issue: Characters appearing in in postback by itself
-
Hey, I've been trying to fix this and I haven't found anything on the internet about it. I have a text field, and when the page posts back, the value in it has a comma in front of what was typed in. I'm also using asp .net ajax on the page. Has anyone come across this one before? --Steven
-
Hey, I've been trying to fix this and I haven't found anything on the internet about it. I have a text field, and when the page posts back, the value in it has a comma in front of what was typed in. I'm also using asp .net ajax on the page. Has anyone come across this one before? --Steven
It is highly unlikely that the comma is just magically appearing with no interaction. Perhaps if you showed some of the code involved we could spot the issue.
only two letters away from being an asset
-
It is highly unlikely that the comma is just magically appearing with no interaction. Perhaps if you showed some of the code involved we could spot the issue.
only two letters away from being an asset
Hey, I think I found the problem, but it still makes no sense. I've been using the Ajax Toolkit in my project and I just put the latest build into my project. Anyways, I rolled back to the dll I was using before and the problem went away. I can only assume that there's a glitch in the toolkit causing it since none of my code was modifying field values including my hidden fields! I'm going to check out their developer section to see if anyone else has had this issue. -- Steven