views:

61

answers:

2

Hi everyone!

I'm having an issue with ajaxToolkit:AutoCompleteExtender in ASP.NET. When an item is numeric and longer than 17 digits, it's shown in scientific notation.

Does anyone know how to solve this? I googled it for a while and couldn't find anything.

Thanks!

A: 

Hi! I have the same problem, and loosing my head... anyone? I don't want to do this manually!

Thanks

Daniel Zacharias
+1  A: 

Look at this:

http://stackoverflow.com/questions/382063/ajax-asp-net-autocompleteextender-interpreting-string-0010-as-octal

Using double quotes (") worked. And it does not display it with the quotes on the suggested list.

Daniel Zacharias

related questions