Browse by Tags

Related Posts

  • AutoComplete Extender

    In the sample for the Ajax Autocomplete Extender they have this code: <script type="text/javascript"> // Work around browser behavior of "auto-submitting" simple forms var frm = document.getElementById("aspnetForm"); if (frm) { frm.onsubmit = function() { return false;...
    Posted to ASP.NET AJAX Control Toolkit (Forum) by mattsaltz@live.com on 03-15-2008, 12:00 AM
    Filed under: "AJAX Toolkit", "AutoCompleteExtender", workaround
Page 1 of 1 (1 items)