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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 26, 20262026-05-26T17:16:13+00:00 2026-05-26T17:16:13+00:00

I have a dataset with a column containing date in DAY-MONTH-YEAR TIME format. That

  • 0

I have a dataset with a column containing date in “DAY-MONTH-YEAR TIME” format. That dataset is bound to datagridview with “dataBinding” object. Dataset is not typed, it’s not connected to any database, it’s filled “on the fly” with data from user input.
I also have two datetime pickers – one for selecting minimum date, another for selecting maximum date for results. When user select some “minimum” date from datetime picker, results in datagridview should be filtered according to selection. I know how to use “dataBinding.Filter” but how to filter when i need to select only rows whose “Date” column falls between “dataTimePickerMin” and “dateTimePickerMax”?

  • 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-26T17:16:13+00:00Added an answer on May 26, 2026 at 5:16 pm

    Parse the dates with DateTime.Parse and type the column as DateTime:

    dataBinding.Columns.Add(new DataColumn("someDate", typeof(DateTime)));
    

    then you can use > and <

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

Sidebar

Related Questions

I have a DataGridView that's bound to a DataSet. It has columns DateCreated, Weight,
I have a textbox with the Text property bound to a dataset column with
When I have a simple DataSet that has a table with simple column names
I have a dataset that has just one column and one row. It gives
I have a dataset containing a datatable, and I enumerate all rows in that
I have a dataset with a column that is currently being treated as a
I have a dataset, the first column of which is the date in the
I have a column 'date' in my DataSet. I would like to filter this
I have a melted dataset containing a column value which represent an absolute number
I have saved a dataset in the sql database in an xml column using

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.