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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 23, 20262026-05-23T15:39:40+00:00 2026-05-23T15:39:40+00:00

I am creating C# winforms application, which connects to the Database. Because I have

  • 0

I am creating C# winforms application, which connects to the Database.
Because I have a many records in database, I want to filter data on sql side (Filter must have many options without start/end date).

What is a best way to achive this?

I know I can use BindingSource for filtering, but I think It is not recomended, because in this case I must select all data from database.

p.s. Sorry for my poor English.

  • 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-23T15:39:41+00:00Added an answer on May 23, 2026 at 3:39 pm

    You should always prefer filtering data on database instead of bringing unwanted data to your application and filtering with code.

    Eg

    string query = "SELECT * FROM MyTable ";
    

    In the string below you add a WHERE clause and pairs of column = value or column = expression

     string query = "SELECT * FROM MyTable WHERE column1=somevalue AND column2 > somevalue AND ...";
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I am developing a winforms application and I have a scenario where I want
I am creating a winforms application.I want to create a installer program for installing
I am creating a small modal form that is used in Winforms application. It
When creating scrollable user controls with .NET and WinForms I have repeatedly encountered situations
When creating a web application, and lets say you have a User object denoting
I have a winforms project which allows future developers to create plugins for the
I have a settings file in my Winforms application called Settings.settings with a partial
I'm creating a smart client application using .NET 3.5. A Winforms client connecting through
I'm using VS2010 and WinForms, and needs lots of forms for creating/updating data entities.
I have a WinForms application built using Visual Studio 2008. I added a Setup

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.