AutoComplete Control - Dynamic Fetch

AutoComplete Control - Dynamic Fetch

Comments

  • One downside to having a control fetch whenever the value changes is that it will be firing constantly. If the database that it is fetching against contains a lot of data that youre trying to filter based on user input prior to the fetch, you could split up the search and results into two form controls. Let me know if the following example will accomplish what you need.

    Create a form that has a text box, event button (this is its own control that is different form the normal form button) with text set to Search"

Sign In or Register to comment.