Click here to Skip to main content
15,895,256 members
Home / Discussions / C#
   

C#

 
GeneralRe: Creating Point-of-Sale with integrated Kitchen Display System Pin
jschell30-Jan-12 8:52
jschell30-Jan-12 8:52 
AnswerRe: Creating Point-of-Sale with integrated Kitchen Display System Pin
BobJanova31-Jan-12 1:01
BobJanova31-Jan-12 1:01 
GeneralRe: Creating Point-of-Sale with integrated Kitchen Display System Pin
jschell31-Jan-12 8:33
jschell31-Jan-12 8:33 
GeneralRe: Creating Point-of-Sale with integrated Kitchen Display System Pin
BobJanova31-Jan-12 12:38
BobJanova31-Jan-12 12:38 
GeneralRe: Creating Point-of-Sale with integrated Kitchen Display System Pin
jschell31-Jan-12 13:59
jschell31-Jan-12 13:59 
QuestionC# UnauthorizedAccessException Pin
Habekeinen29-Jan-12 2:08
Habekeinen29-Jan-12 2:08 
AnswerRe: C# UnauthorizedAccessException Pin
OriginalGriff29-Jan-12 3:02
mveOriginalGriff29-Jan-12 3:02 
GeneralRe: C# UnauthorizedAccessException Pin
Habekeinen29-Jan-12 3:49
Habekeinen29-Jan-12 3:49 
GeneralRe: C# UnauthorizedAccessException Pin
OriginalGriff29-Jan-12 3:53
mveOriginalGriff29-Jan-12 3:53 
AnswerRe: C# UnauthorizedAccessException Pin
Abhinav S29-Jan-12 19:04
Abhinav S29-Jan-12 19:04 
AnswerRe: C# UnauthorizedAccessException Pin
Bernhard Hiller29-Jan-12 20:44
Bernhard Hiller29-Jan-12 20:44 
QuestionQuestion about Chart in C# Pin
pongpanut28-Jan-12 20:31
pongpanut28-Jan-12 20:31 
AnswerRe: Question about Chart in C# PinPopular
OriginalGriff28-Jan-12 21:06
mveOriginalGriff28-Jan-12 21:06 
GeneralRe: Question about Chart in C# Pin
pongpanut28-Jan-12 21:47
pongpanut28-Jan-12 21:47 
GeneralRe: Question about Chart in C# Pin
OriginalGriff28-Jan-12 21:49
mveOriginalGriff28-Jan-12 21:49 
GeneralRe: Question about Chart in C# Pin
pongpanut28-Jan-12 22:20
pongpanut28-Jan-12 22:20 
AnswerRe: Question about Chart in C# Pin
Luc Pattyn28-Jan-12 22:38
sitebuilderLuc Pattyn28-Jan-12 22:38 
GeneralRe: Question about Chart in C# Pin
pongpanut29-Jan-12 0:10
pongpanut29-Jan-12 0:10 
GeneralRe: Question about Chart in C# Pin
OriginalGriff28-Jan-12 23:08
mveOriginalGriff28-Jan-12 23:08 
I would agree with Luc that a DataTable would be more use than a DataSet - if you only use one table, then there is no point in allowing for others.

But looking at your images, it looks right.

You have a limited range of dates, all of which fall within your start and end dates, and the graph looks right - assuming that you are only using an ID_product of 18 - your SELECT query will only return 3 rows (since I suspect the BETWEEN ignores the entry on the 29th because it is after the start of the day.

What did you expect it to look like?
Ideological Purity is no substitute for being able to stick your thumb down a pipe to stop the water

GeneralRe: Question about Chart in C# Pin
pongpanut29-Jan-12 1:58
pongpanut29-Jan-12 1:58 
GeneralRe: Question about Chart in C# Pin
OriginalGriff29-Jan-12 2:06
mveOriginalGriff29-Jan-12 2:06 
GeneralRe: Question about Chart in C# Pin
pongpanut29-Jan-12 2:16
pongpanut29-Jan-12 2:16 
GeneralRe: Question about Chart in C# Pin
OriginalGriff29-Jan-12 2:58
mveOriginalGriff29-Jan-12 2:58 
AnswerRe: Question about Chart in C# Pin
Luc Pattyn29-Jan-12 8:35
sitebuilderLuc Pattyn29-Jan-12 8:35 
GeneralRe: Question about Chart in C# Pin
Luc Pattyn28-Jan-12 22:12
sitebuilderLuc Pattyn28-Jan-12 22:12 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.