CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Join Date
    May 2012
    Posts
    1

    Filtering datagridview using column names by 2 datetimepickers in vb

    Hi,

    I have a csv file and I import it to datagridview. Now I filter it using 2 datetimepickers. One for start and other for end.
    When click it must loop through the column names and must display only the columns which matches start date, range of columns between start and end date,enddate. please see the image attached.
    First image shows the datagridview when loaded from csv.
    second shows the desired output when filtered using datetimepickers.
    Attached Images Attached Images   

  2. #2
    Join Date
    Aug 2009
    Location
    NW USA
    Posts
    173

    Re: Filtering datagridview using column names by 2 datetimepickers in vb

    Looks good. What's the question?

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured