Question

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!

Was it helpful?

Solution

Look at this:

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.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top