Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. Web Development
  3. ASP.NET
  4. ATLAS Question

ATLAS Question

Scheduled Pinned Locked Moved ASP.NET
questioncsharpasp-nethelp
2 Posts 1 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • I Offline
    I Offline
    Infomine Liam
    wrote on last edited by
    #1

    Hi All, I've got and ASP.NET ATLAS AutoCompleteExtender control on my page, along with a textbox. ASPX: Web Service Code: [WebMethod] public string[] FetchCompanies(string prefixText, int count) { CompanyDataWrapper wrapper = new CompanyDataWrapper(m_connection); return wrapper.FetchCompaniesByPrefix(prefixText.ToUpper()); } When I start typing in the textbox, nothing happens. No error message, nothing at all. I've tested the web service and it works fine. Any ideas? Thanks a lot. :)

    I 1 Reply Last reply
    0
    • I Infomine Liam

      Hi All, I've got and ASP.NET ATLAS AutoCompleteExtender control on my page, along with a textbox. ASPX: Web Service Code: [WebMethod] public string[] FetchCompanies(string prefixText, int count) { CompanyDataWrapper wrapper = new CompanyDataWrapper(m_connection); return wrapper.FetchCompaniesByPrefix(prefixText.ToUpper()); } When I start typing in the textbox, nothing happens. No error message, nothing at all. I've tested the web service and it works fine. Any ideas? Thanks a lot. :)

      I Offline
      I Offline
      Infomine Liam
      wrote on last edited by
      #2

      Whoops, ASPX code looks like this: <asp:TextBox ID="txtSearch" runat="server"></asp:TextBox> <asp:AutoCompleteExtender etc.... -- modified at 18:00 Monday 6th November, 2006

      1 Reply Last reply
      0
      Reply
      • Reply as topic
      Log in to reply
      • Oldest to Newest
      • Newest to Oldest
      • Most Votes


      • Login

      • Don't have an account? Register

      • Login or register to search.
      • First post
        Last post
      0
      • Categories
      • Recent
      • Tags
      • Popular
      • World
      • Users
      • Groups