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 8660615
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 12, 20262026-06-12T16:17:47+00:00 2026-06-12T16:17:47+00:00

I am using lists in c# and I am trying to find a partial

  • 0

I am using lists in c# and I am trying to find a partial or full result in a string

 List<GoogleMusicSong> artistname = gplaying.FindAll(delegate(GoogleMusicSong er) { return er.Artist == Txt_Search.Text; });

So I want to find all matches of txt_serch.txt e.g if I search for tribe I want it to find results for “A Tribe Called Quest”

Thankd

  • 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-06-12T16:17:48+00:00Added an answer on June 12, 2026 at 4:17 pm

    You mean something like:

    var artistName = 
        gplaying.FindAll(er => er.Artist.Contains(Txt_Search.Text));
    

    Keep in mind that this will cause the search to be case sensitive. If you want to do the search in a case insensitive fashion, you’ll have to use something like:

    var artistName =
        gplaying.FindAll(er => er.Artist
            .IndexOf(Txt_Search.Text, 
                StringComparison.InvariantCultureIgnoreCase) > 0);
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I am trying to find the intersection between two lists using the Linq Intersect
I am trying find a string in below string. http://example.com/TIGS/SIM/Lists/Team Discussion/DispForm.aspx?ID=1779 by using http://example.com/TIGS/SIM/Lists
I'm trying to do a multi level navigation using lists, but when I toggle
I have 2 dropdown lists on my webform and using jquery trying to filter/reset
I'm using a form with two select lists with a button. I'm trying that
I'm trying to style a select option list using CSS. I want more padding
I am trying to sort a Vector list using the Java Collections frameworks. This
I am trying to create a drop down list using asp.net mvc. Model: public
I am trying to verify the content of a large list using Robotium, and
I'm trying to add an item to a Sharepoint list using VBA. I don't

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.