AutoComplete.CallbackHandler

An EventHandler that allows you to serve AJAX data to the AutoComplete client control. The handler receives a string input of the search term typed into the control and should return an array of objects. Each object should have at minimum 'label' and 'value' properties.

This event handler should be set in OnInit of page/control

public Func<String,Object> CallbackHandler { get; set; }

See also:

Class AutoComplete

© West Wind Technologies, 1996-2016 • Updated: 12/12/15
Comment or report problem with topic