Hai,
I am doing one project. In this project i save date of birth for customer in one table(dd/mm/yyyy). In my other form i want to display customer list that whose birthday is today.
For example In my table(customer_detail) name,mobile and dob are saved from one form
name mobile dob
xxxxx xxxxxx 1995-25-03
from this i want to select customer whose birthday is today and display it on datagridview .
Please help me...
Thanks in advance