c# - AutoComplete work fine in development server but not in production server -


I had an ASP.NET page in C # in the Autocomplete text box field (using AutoCompleteExtender)

All data is displayed in a single row when it is correctly listed in my development server (in the multiple line dropdown list) but deployed on the production server.

My development server is running Windows Server 2008 R2 Enterprise in my production server cloud running Windows Server 2008 R2 datacenter by using Windows Azure

Any ideas what?


Comments

Popular posts from this blog

Pass DB Connection parameters to a Kettle a.k.a PDI table Input step dynamically from Excel -

multithreading - PhantomJS-Node in a for Loop -

c++ - MATLAB .m file to .mex file using Matlab Compiler -