Question : Problem with Asp.Net AJAX AutocompleteExtender

Hi,

I'm having an awful time get the Autocomplete extender working for a site.  I've got the webservice set it, it gets called and returns the list of suggestions, but it's not showing the list of suggestions on the page.  Could there be a setting I'm missing on the textbox?

Also, if I don't specify at the creation of the web site that it needs to be AJAX-enabled, what's the easiest way to change it?

Thanks.
Code Snippet:
1:
2:
3:
4:
5:
6:
7:
8:
9:
10:
11:
12:
13:
14:
15:
16:
17:
18:
19:
20:
21:
22:
23:
24:
25:
26:
27:
28:
29:
30:
31:
32:
<%@ Page Language="C#" AutoEventWireup="true" CodeFile="Default.aspx.cs" Inherits="_Default" %>
 
<%@ Register Assembly="AjaxControlToolkit" Namespace="AjaxControlToolkit" TagPrefix="cc1" %>
 

 


    Untitled Page


    
    
     
   
   
Open in New Window Select All

Answer : Problem with Asp.Net AJAX AutocompleteExtender

Nevermind.  figured it out.

Random Solutions  
 
programming4us programming4us