locked
AnyColumnAutocomplete filter by Stephen RRS feed

  • Question

  • User-1759624489 posted

     HI Stephen, I downloaded your code

     

    Can I just replace autocomplete.ascx and autocomplete.ascx.cs and it will work? Or do I need something else'?

     

    Thx

    Thursday, September 11, 2008 1:38 PM

All replies

  • User-1759624489 posted

    It seems it doesnt work, I copued the AnyColumnAutoComplete.ascx and .cs to the filters folder

     

    Then I replaced the webservice with your code.

     

    Then I did the following

     

      [DisplayName("Nombre Activo")]
            [Required(ErrorMessage = "Este campo es Requerido")]
            [Filter(Enabled=true,FilterControl="AnyColumnAutoComplete")]
            public object Name { get; set; }

     

    Then I run the page, the textbox is shown but when I start typing there is no autocomplete.

     

    Thx

    Thursday, September 11, 2008 3:27 PM
  • User-330204900 posted

    Hi Lenvalecia, try my project first and then go back to your own it is definitly working. All you will need is to change the connection string to connect to a copy of Northwind on you system [:D]

    Steve

    Thursday, September 11, 2008 3:51 PM