Click here to Skip to main content
15,918,742 members
Home / Discussions / C#
   

C#

 
AnswerRe: fibonacci recursive code Pin
Steve Pullan17-Mar-06 21:32
Steve Pullan17-Mar-06 21:32 
Generalfibonacci recursive code Pin
shizzlebrown17-Mar-06 21:41
shizzlebrown17-Mar-06 21:41 
Questionhelp needed Pin
haseeb_saeed17-Mar-06 20:16
haseeb_saeed17-Mar-06 20:16 
QuestionCrystal report Pin
Thomas Abegglen17-Mar-06 19:52
Thomas Abegglen17-Mar-06 19:52 
QuestionColumn Click with right mouse button ? Pin
CiNN17-Mar-06 19:35
CiNN17-Mar-06 19:35 
AnswerRe: Column Click with right mouse button ? Pin
[Gone]18-Mar-06 5:52
[Gone]18-Mar-06 5:52 
Questionretrieving a command button property strored from the database Pin
Cagalli17-Mar-06 19:34
Cagalli17-Mar-06 19:34 
QuestionStrategy Issue, Please Help Pin
student_rhr17-Mar-06 18:12
student_rhr17-Mar-06 18:12 
Ok I am in a dilema here. I am working on a BI module. I am reading the data from a tabl using a Sql's "With Cube" function, my result set looks like following:
+---------+-------------+----------------+
|#ofReqs--|---SDate----|Department------|
+---------+-------------+----------------+
|--------3|3/10/2006----|--Hardware-----|
+---------+-------------+----------------+
|--------2|3/12/2006----|--Hardware-----|
+---------+-------------+----------------+
|--------5|3/15/2006----|--Hardware-----|
+---------+-------------+----------------+
|--------4|3/17/2006----|--Hardware-----|
+---------+-------------+----------------+
|--------9|3/10/2006----|--SoftWare-----|
+---------+-------------+----------------+
|--------8|3/12/2006----|--SoftWare-----|
+---------+-------------+----------------+
|--------5|3/14/2006----|--SoftWare-----|
+---------+-------------+----------------+
|--------9|3/15/2006----|--SoftWare-----|
------------------------------------------

What I need is a collection of Reqs; a collection of Date; a Collection of Department but I need them to be related with each other cuz I need to use them on a graph.

What I am trying to display on the graph is as follows:
Day wise No of Reqs made to a Department.

something like NameValueCollection<string, string=""> so if a string key [Department] is repeted the result would get added to it another element does not get created; but with three values NameValueCollection<string, string,="" double="">
Whatever.Add("Software", "3/14/2006", 5);
//result Software [Key] - 3/14/2006, 5 [Value]
Whatever.Add("Hardware", "3/14/2006" 3);
//reult Hardware[Key] - 3/14/2006, 5 [Value]
Whatever.Add("Software" - 3/10/2006, 4);
//result Software [Key] - [3/14/2006, 5] [3/10/2006,4] [Value]

Something like... I dont know, I hope I am not over complecating the problem. Does any one have a clue what I am talking about
AnswerRe: Strategy Issue, Please Help Pin
leppie17-Mar-06 22:23
leppie17-Mar-06 22:23 
GeneralRe: Strategy Issue, Please Help Pin
student_rhr18-Mar-06 8:58
student_rhr18-Mar-06 8:58 
QuestionGDI+, resize image QUALITY! Pin
knoppis17-Mar-06 14:09
knoppis17-Mar-06 14:09 
AnswerRe: GDI+, resize image QUALITY! Pin
leppie17-Mar-06 14:39
leppie17-Mar-06 14:39 
AnswerRe: GDI+, resize image QUALITY! Pin
Nicholas Butler18-Mar-06 1:18
sitebuilderNicholas Butler18-Mar-06 1:18 
GeneralRe: GDI+, resize image QUALITY! Pin
knoppis18-Mar-06 4:24
knoppis18-Mar-06 4:24 
AnswerRe: GDI+, resize image QUALITY! Pin
Nicholas Butler18-Mar-06 4:33
sitebuilderNicholas Butler18-Mar-06 4:33 
GeneralRe: GDI+, resize image QUALITY! Pin
knoppis18-Mar-06 4:36
knoppis18-Mar-06 4:36 
AnswerRe: GDI+, resize image QUALITY! Pin
Nicholas Butler18-Mar-06 4:40
sitebuilderNicholas Butler18-Mar-06 4:40 
GeneralRe: GDI+, resize image QUALITY! Pin
knoppis18-Mar-06 4:42
knoppis18-Mar-06 4:42 
GeneralRe: GDI+, resize image QUALITY! Pin
knoppis18-Mar-06 4:45
knoppis18-Mar-06 4:45 
QuestionRe: GDI+, resize image QUALITY! Pin
Nicholas Butler18-Mar-06 4:55
sitebuilderNicholas Butler18-Mar-06 4:55 
AnswerRe: GDI+, resize image QUALITY! Pin
knoppis18-Mar-06 5:21
knoppis18-Mar-06 5:21 
AnswerRe: GDI+, resize image QUALITY! Pin
Robert Rohde18-Mar-06 6:07
Robert Rohde18-Mar-06 6:07 
QuestionConnecting to DB2 in C# Pin
jjm40017-Mar-06 11:40
jjm40017-Mar-06 11:40 
AnswerRe: Connecting to DB2 in C# Pin
Mike Dimmick17-Mar-06 13:57
Mike Dimmick17-Mar-06 13:57 
QuestionRe: Connecting to DB2 in C# Pin
jjm40020-Mar-06 3:09
jjm40020-Mar-06 3:09 

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.