Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 6372769
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 25, 20262026-05-25T01:16:44+00:00 2026-05-25T01:16:44+00:00

im using vb 2010 express edition. I have a database (Sql) and a table

  • 0

im using vb 2010 express edition. I have a database (Sql) and a table “students” in the database. It has a data like this:

                StudentId     Name     Surname     Classs

                2266          Mike     Brown       8
                2773          Carol    Smith       6
                2883          Michel   Old         7
                2773          Miray    Edem        6
                27736         Cindy    Temiz       7
                ......................................
                ......................................

there are lots of students. I want to put a search textbox on my form. User will search a student by name. When user presses a key on search textbox, for example “M” a box will appear and shows students which contains “M”. (Mike, Michel, Miray) . It will work like google search. is there any way for me to help for this… Please share your ideas…

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-25T01:16:44+00:00Added an answer on May 25, 2026 at 1:16 am

    You should create a customautocomplete class for your textbox and set its autocomplete

    Something like:

    Dim tbox As New TextBox
    
    Dim aCol As New AutoCompleteStringCollection
    For Each student As String In dt.results("students")
      aCol.Add()
    Next
    
    tbox.AutoCompleteSource = AutoCompleteSource.CustomSource
    tbox.AutoCompleteCustomSource = aCol
    tbox.AutoCompleteMode = AutoCompleteMode.SuggestAppend
    

    I prefer VB.NET so I have provided an example in VB.NET as no language was specified.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I'm using C# 2010 Express and Sql Compact. I have a table named as
Friends I have been using Microsoft Visual C++ 2010 Express edition and also downloaded
I built this app with Web Developer Express 2010 using SQL Server Express 2008.
im writing an application using Visual Studio 2010 Express Edition. I have a problem
I am using visual c# 2010 express edition and sql server 2008 R2 Express
I got Visual Studio 2010 Express C# Edition. I'm using WinXP as OS. How
I'm working on a personal project in Visual Studio 2010 Express edition, using ASP.NET
I am using ASP.NET 4 and Visual Studio 2010 Express Edition. I get an
I am writing Selenium tests using Visual Studio C# Express edition 2010. I was
I'm using Visual c# express 2010, I have 3 tabs and on the first

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.