Click here to Skip to main content
15,914,642 members
Home / Discussions / ASP.NET
   

ASP.NET

 
GeneralRe: Form submit gridview's pagination issue. Pin
Prasanta_Prince26-Apr-11 3:35
Prasanta_Prince26-Apr-11 3:35 
AnswerRe: Form submit gridview's pagination issue. Pin
Ravi Sant26-Apr-11 5:28
Ravi Sant26-Apr-11 5:28 
NewsConfirm Message Box Pin
Ali Al Omairi(Abu AlHassan)24-Apr-11 20:27
professionalAli Al Omairi(Abu AlHassan)24-Apr-11 20:27 
GeneralNot like this Pin
thatraja25-Apr-11 4:35
professionalthatraja25-Apr-11 4:35 
GeneralRe: Not like this Pin
Ali Al Omairi(Abu AlHassan)25-Apr-11 22:02
professionalAli Al Omairi(Abu AlHassan)25-Apr-11 22:02 
GeneralRe: Not like this Pin
thatraja26-Apr-11 4:57
professionalthatraja26-Apr-11 4:57 
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 

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.