I have a page using a master page, which has an updatepanel and updateprogress in it. On the child page I have a textbox with an AutoCompleteExtender making use of the OnClientPopulated method to format the display of the information retrieved from the web service. In Chrome, this method is called fine if the user executes it first, but if the user does anything else on the page first that causes a postback, the extender stops calling this javascript method and simply displays the data as returned from the web service in the list of options. It works fine in IE 7 and above, no problems. Any ideas on why this would happen and only in Chrome? I haven't tested in Firefox or any other browsers.
↧