Search

You searched for the word(s): userid:688776

Matching Posts

  • Re: Known Issue & Workaround: Extenders no longer work in templated controls

    I have this problem as well. This is the crappy workaround I am currently using: Try creating a function like this function fixAC() { try { Sys.Application.add_init(function() { $create(Sys.Preview.UI.AutoCompleteBehavior, { "minimumPrefixLength" :1, "serviceMethod" : "theMethod" , "serviceURL" : "theService.asmx" }, null , null , $ get ( 'theControlID' )); }); } catch (e) {} } Call it from the onload. This manually hooks up the extender.
    Posted to ASP.NET AJAX Control Toolkit (Forum) by mazrad on 10/26/2006
Page 1 of 1 (1 items)