The Visual Studio.NET 2003 built-in browser fires the blur event of the DbCombo textbox when the image on the up-level search button is changed (from a down arrow to an up arrow). By default DbCombo will cancel the current query if this happens. If you specifically need DbCombo to work inside Visual Studio.NET 2003, set this to false. The arrow image on the button will not change while the results are open. Default is true.
[Visual Basic]
Public Property InvertArrow As Boolean
[C#]
public bool InvertArrow {get; set;}
See Also
DbCombo Class | DbCombo Members | Cambro.Web.DbCombo Namespace