Click here to Skip to main content
15,889,200 members
Home / Discussions / ASP.NET
   

ASP.NET

 
GeneralRe: Not like this Pin
Ali Al Omairi(Abu AlHassan)27-Apr-11 8:53
professionalAli Al Omairi(Abu AlHassan)27-Apr-11 8:53 
GeneralRe: Not like this Pin
Pete O'Hanlon26-Apr-11 5:44
mvePete O'Hanlon26-Apr-11 5:44 
GeneralRe: Not like this Pin
Ali Al Omairi(Abu AlHassan)27-Apr-11 9:07
professionalAli Al Omairi(Abu AlHassan)27-Apr-11 9:07 
QuestionHow I do Mail List With Asp.net and C# .net Pin
Ebaa Montasser24-Apr-11 13:53
Ebaa Montasser24-Apr-11 13:53 
AnswerRe: How I do Mail List With Asp.net and C# .net Pin
Not Active25-Apr-11 2:29
mentorNot Active25-Apr-11 2:29 
AnswerRe: How I do Mail List With Asp.net and C# .net Pin
Dalek Dave18-May-11 12:22
professionalDalek Dave18-May-11 12:22 
Questionproblem with AnimationExtender in Repeater Pin
Honeyboy_2024-Apr-11 12:31
Honeyboy_2024-Apr-11 12:31 
QuestionAutocomplete does not fill values. [modified] Pin
vanikanc24-Apr-11 6:53
vanikanc24-Apr-11 6:53 
Hello All,

I have followed a tutorial which is fairly simple.

I have visual web developer 2008 express edition installed, with the ajax toolkit control 3.5 running. For some reason, the text box does not fill with values.


Is there any other setting I am missing? I have a simple page with textbox, and a call to a web service.
==
apsx page
<%@ Page Language="VB" AutoEventWireup="false" CodeFile="Default2.aspx.vb" Inherits="Default2" %>

<%@ Register assembly="AjaxControlToolkit" namespace="AjaxControlToolkit" tagprefix="ajaxtoolkit" %>

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">

<html xmlns="http://www.w3.org/1999/xhtml">
<head runat="server">
    <title></title>
    <script type="text/javascript">
    
      function pageLoad() {
      }
    
    </script>
</head>
<body>
    <form id="form1" runat="server">
    
     <ajaxtoolkit:ToolkitScriptManager ID="ToolkitScriptManager1" runat="server">
        <Services> 
        <asp:ServiceReference Path="~/groupListautoComplete.asmx" />
        </Services>
     </ajaxtoolkit:ToolkitScriptManager>
    <asp:TextBox runat ="server" ID="textbox1"></asp:TextBox>
     <ajaxtoolkit:AutoCompleteExtender ID="AutoCompleteExtender1" runat="server" TargetControlID="textbox1" 
                Servicepath="groupListautoComplete.asmx" ServiceMethod="getCompleteList" 
                CompletionSetCount="10" EnableCaching="true" MinimumPrefixLength="2">
                </ajaxtoolkit:AutoCompleteExtender>
    </form>
</body>
</html>

==
I am ran the web service separately and it does return values.
thanks!

modified on Sunday, April 24, 2011 3:40 PM

AnswerRe: Autocomplete does not fill values. Pin
Not Active24-Apr-11 8:30
mentorNot Active24-Apr-11 8:30 
AnswerRe: Autocomplete does not fill values. Pin
Prasanta_Prince24-Apr-11 18:51
Prasanta_Prince24-Apr-11 18:51 
AnswerRe: Autocomplete does not fill values. Pin
Prasanta_Prince24-Apr-11 18:53
Prasanta_Prince24-Apr-11 18:53 
GeneralRe: Autocomplete does not fill values. Pin
vanikanc5-May-11 9:34
vanikanc5-May-11 9:34 
Question404 error redirect to particular page? Pin
Member 387988123-Apr-11 2:26
Member 387988123-Apr-11 2:26 
AnswerRe: 404 error redirect to particular page? Pin
GenJerDan23-Apr-11 2:54
GenJerDan23-Apr-11 2:54 
GeneralRe: 404 error redirect to particular page? Pin
Prasanta_Prince24-Apr-11 6:06
Prasanta_Prince24-Apr-11 6:06 
AnswerRe: 404 error redirect to particular page? Pin
walterhevedeich26-Apr-11 18:50
professionalwalterhevedeich26-Apr-11 18:50 
Questionmost read Pin
Ramkumar_S22-Apr-11 16:16
Ramkumar_S22-Apr-11 16:16 
AnswerRe: most read Pin
Prasanta_Prince22-Apr-11 21:36
Prasanta_Prince22-Apr-11 21:36 
QuestionOnSubmit, display grid Pin
vanikanc22-Apr-11 2:43
vanikanc22-Apr-11 2:43 
AnswerRe: OnSubmit, display grid Pin
Tarun Dudhatra22-Apr-11 3:23
Tarun Dudhatra22-Apr-11 3:23 
GeneralRe: OnSubmit, display grid Pin
vanikanc22-Apr-11 3:53
vanikanc22-Apr-11 3:53 
GeneralRe: OnSubmit, display grid Pin
Dhyanga22-Apr-11 6:08
Dhyanga22-Apr-11 6:08 
GeneralRe: OnSubmit, display grid Pin
vanikanc6-May-11 10:52
vanikanc6-May-11 10:52 
QuestionGoogle Translation Language List Pin
CodingLover21-Apr-11 21:54
CodingLover21-Apr-11 21:54 
AnswerRe: Google Translation Language List Pin
R. Giskard Reventlov22-Apr-11 5:05
R. Giskard Reventlov22-Apr-11 5:05 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.