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
Post a Comment