This is the number of miliseconds that DbCombo waits after the last keypress before making a query. The default of 300 ensures that a query is not fired on every keypress, when the user types several characters. A lower latency figures may be useful when server load is not important, and when internet latency is minimal (e.g. intranet useage). When Latency is set to -1, automatic searching on key presses is disabled.

[Visual Basic]
Public Property Latency As Integer
[C#]
public int Latency {get; set;}

See Also

DbCombo Class | DbCombo Members | Cambro.Web.DbCombo Namespace