SORT DATAGRIDVIEW BY MONTH

  • Thread starter Thread starter Amiet Mhaske
  • Start date Start date
A

Amiet Mhaske

Guest
I have DatagridView on form.

My database has three fields.
- userId (bigint)
- userName (varchar)
- userDob (date)


Now, on Form I have comboBox, which lists Months (Jan, Feb, March and so on...). I want my program to work like this.

If I select any month on ComboBox, birthdays of clients related to that month should only be displayed in DatagridView. Help me how to do it.

Continue reading...
 


Write your reply...
Back
Top