How to search student name using date in C# Datebase:- Access Table :- tb_stu Column :- Stu_name, doj Column Datatype :- Text, Text Query :- \" select Stu_name from tb_stu where doj between '03/07/2013' and '04/07/2013' \" How to view all student between two date?
Hi Manmohan Jha,
Check out the following link it might be resolve your problem.
http://forums.asp.net/t/1595418.aspx