Saturday, March 24, 2012

Workarounds for AutoCompleteProperties

ASP.NET AJAX 1.0 no longer allow AutoCompleteProperties section. I used to have one AutoComplete Extender maps to 3 controls calling the same WebService. What's the new way to do it in this new build apart from creating more AutoComplete Extenders?

Now you must have 3 AutoCompleteExtenders because extenders now maps to their target control directly. All this extenders can use the same web service.

Hope, this helps.

No comments:

Post a Comment