Want to build the ChatGPT based Apps? Start here
Become a member
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
Answers
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
C# Corner Home
Technologies
Monthly Leaders
ASK A QUESTION
Forum guidelines
Praveen Maurya
2k
146
23.4k
Error in selection Datetimepicker date
May 31 2018 3:41 PM
I want to filter my database using date time picker but when I am selecting date between 01-05-2018 and 01-06-2018 it shows only 01-05-2018 value please check is there any error
My SQL query is
SELECT DATE, ITEM_NAME, QTY, UNIT_SALE_PRICE, UNIT_PURCHASE_PRICE, TOTAL_SALE_PRICE, TOTAL_PURCHASE_PRICE, DIFFERENCE FROM PROFIT_LOSS WHERE (DATE BETWEEN
'01-05-2018'
AND
'01-06-2018'
)
Reply
Answers (
5
)
Query value to textbox c#
Need help with System.FormatException for bool