Is Your AutoCompleteExtender Not Working?

As you’re probably aware by now, the first ASP.NET AJAX (formerly known as “Atlas”) beta has been published. Like a lot of folks, I’m slogging through all my old Atlas code porting it to work on the beta. There are LOTS of changes, and porting a non-trivial app takes time. I feel sorry for book authors, especially those whose books have already gone to press. An ASP.NET AJAX book printed before the beta is next to worthless.

In two weeks, I stand up before a TechEd crowd in Barcelona and present a full day of ASP.NET AJAX. I hope I can digest all the changes before then.

I just spent hours trying to get an AutoCompleteExtender that worked fine in the last CTP to work on the beta. One required change is to attribute the Web service that the extender calls [ScriptService] rather than [WebService]. But the one that threw me for a loop was the AutoCompleteExtender’s new CompletionListElementID property. In the last CTP, the property was named DropDownPanelID and you set it to the server ID of a Panel control. Now you set CompletionListElementID to the client ID of the Panel. If the Panel is in a Content control, the client ID doesn’t equal the server ID, so instead of writing this:

<asp:AutoCompleteExtender DropDownPanelID=”ZipCodeCompletionList” … />

You write something like this:

<asp:AutoCompleteExtender CompletionListElementID=”ctl00_MainPlaceHolder_ZipCodeCompletionList” … />

Simple. But an absolute time-killer until you figure it out.


The Atmosera CMP is made up of the Azure ARM portal, Terraform, Chef, and proprietary powershell/logic/web-apps that allows our operations team to stand up infrastructure incredibly quickly.

There is a frontend web application that allows operations team members to input pertinent details to the build (see screenshot).

The application then creates the JSON formulation of the environment and invokes Terraform to complete the build. Once complete the infrastructure is stood up then is ready for desired state configuration. We have many cookbooks which are capable of configuring completed infrastructure to any number of final states including: Domain Controller, IIS, SQL, etc.

Please see the following web sites for the public APIs and descriptions of the open-source tools we leverage:
> www.terraform.io
> www.chef.io

Atmosera CMP

We deliver solutions that accelerate the value of Azure.

Ready to experience the full power of Microsoft Azure?

Start Today

Blog Home

Stay Connected

Upcoming Events

All Events