Search

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

Matching Posts

  • Re: AutoCompleteExtender doesn't appear in the page

    Ok I found the problem: the WebService (now) needs the [ScriptService] attribute during class declaration: using System; using System.Web; using System.Collections; using System.Web.Services; using System.Web.Services.Protocols; using Microsoft.Web.Script.Services; [ScriptService] public class WebServiceTest : System.Web.Services.WebService { public WebServiceTest () { //Uncomment the following line if using designed components //InitializeComponent(); } [WebMethod] public string [] GetSuggestions
    Posted to ASP.NET AJAX UI (Forum) by Mattalone on 10/23/2006
  • Re: AutoCompleteExtender doesn't appear in the page

    Sorry but.. I need AjaxControlToolkit.dll in my Bin folder? I'm using AutoCompleteExtender class of Microsoft.Web.Preview.UI.Controls namespace.. By the way, I tried with it into Bin folder but nothing, the ACE doesn't appears in the page. Thanks
    Posted to ASP.NET AJAX UI (Forum) by Mattalone on 10/23/2006
  • AutoCompleteExtender doesn't appear in the page

    Hi, I have some problem with the new release of AJAX 1.0 beta... My test scenario is one .aspx page like this: < form id= "form1" runat= "server" > < asp:ScriptManager ID= "ScriptManager1" runat= "server" /> < div > < asp:TextBox ID= "TextBox1" runat= "server" ></ asp:TextBox > < asp:AutoCompleteExtender ID= "AutoCompleteExtender1" runat= "server" MinimumPrefixLength= "2" ServiceMethod
    Posted to ASP.NET AJAX UI (Forum) by Mattalone on 10/23/2006
    Filed under: ajax, AutoCompleteExtender
Page 1 of 1 (3 items)
Microsoft Communities