DotNet Visual Basic: How to List Partial List of Values based on Partial Entry in Textbox Field

  • hbb / 1000 / Wed, 18 Nov 2009 08:14:00 GMT / Comments (1)
  • I am a beginner to VB.
    I have seen in Shop Invoicing Programs.... In the Item Field, when the control is in the Item Field.... the full list of items is shone below the Item Textbox. If we start typing in the textbox, the list gets refined... the first match of the list will be selected by default... We can select one from the list or tab-out to get the default value to the textbox...
    How is this accomplished???

    Thanks,
    Ajmal
  • Keywords:

    list, partial, values, based, entry, textbox, field, dotnet, visual basic, vb, .net

  • http://dotnet.itags.org/dotnet-visual-basic/182934/«« Last Thread -
    1. Execute nonquery effects only for DML like Update delete and insert statements only,

      for select statement we have to choose ExecuteScalar or ExecuteReader methods. these methods can return datareader and gives the result for your query.

      hbb | Wed, 18 Nov 2009 08:10:00 GMT |