This is the re-query text. This must be properly set to initiate a re-querey on page load to occur.
This is the last peice of text that was actually typed by the user in the text box. It is usually
smaller than the selected text and, when queried on, will usually return a larger number or items.
The text property, when queried, will usually only return one record. On postback DbCombo remembers
what was last queried on, and uses this for a re-query. You can force a re-query on page load by
entering a value for this property, and the ReQueryRecordCount property.
[Visual Basic]
Public Property ReQueryText As String
[C#]
public string ReQueryText {get; set;}
See Also
DbCombo Class | DbCombo Members | Cambro.Web.DbCombo Namespace