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

  • Home
  • SEARCH
  • 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 831179
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 15, 20262026-05-15T04:09:39+00:00 2026-05-15T04:09:39+00:00

I have text box …If i type in textbox like C,C++,ASP.net,4-5Years then every word

  • 0

I have text box …If i type in textbox like

“C,C++,ASP.net,4-5Years” then every word should be checked by database whether that name exits or not in table field of the database. It should be check separately of every word, just like Search engines.

How can i do in asp.net?

  • 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-15T04:09:39+00:00Added an answer on May 15, 2026 at 4:09 am

    This is fairly quick-and-dirty but will get you started.

    string[] split = YourTextBox.Text.Split(new char[] {','});
    foreach(string str in split)
    {
        //check the database about str
        //perhaps using a LIKE query for partial matches
    }
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have text box on 1.php like this <input type=text id=1 value=somevalue> & text
i have asp text box and button control. <asp:TextBox ID=txtFName runat=server CssClass=sfInputbox></asp:TextBox> <asp:Button runat=Server
I have a text box like , <!--<input type=text maxlength=255 name=$key value=<?php echo $value;?>
I have a text box and a calendar in my ASP.NET web application. When
I have a text box in html form like this '&lt input id=yourinput type=text
I have many text box in an asp.net application, and after submitting their values
I have a text box like this <TextBox x:Name=SA1 Grid.Row=1 Grid.Column=1 TextAlignment=Center/> I need
I have a text box in which when I type one letter say 's'
i have this text box <p>Event Data :<input id=data type=text wrap=true value={{data}} style=width: 757px;
I have text box and i want to validate is valid email in textbox

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.