Click here to Skip to main content
15,902,904 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I create select query that work using two date :-
C#
select * from Car where s1.Car_id ='" + txt_Car_id.Text + "' and s1.Change_date between '" + dtp_Date_from.Text + "' and '" + dtp_Date_to.Text + "'




how i pass dtp_Date_from.Text and dtp_Date_to.Text to crystal report to display it Like that :-


in crystal report :-

From date :- 2-2-2000 to:- 2-2-2016
Posted

1 solution

 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900