Click here to Skip to main content
16,011,870 members
Home / Discussions / C#
   

C#

 
QuestionCircular Button Pin
emo00622-Aug-07 8:07
emo00622-Aug-07 8:07 
AnswerRe: Circular Button Pin
Tarakeshwar Reddy2-Aug-07 9:14
professionalTarakeshwar Reddy2-Aug-07 9:14 
AnswerRe: Circular Button Pin
ekynox2-Aug-07 14:03
ekynox2-Aug-07 14:03 
Questionsub total a bindingsource with an array Pin
crash8932-Aug-07 7:27
crash8932-Aug-07 7:27 
AnswerRe: sub total a bindingsource with an array Pin
led mike2-Aug-07 7:39
led mike2-Aug-07 7:39 
GeneralRe: sub total a bindingsource with an array Pin
crash8932-Aug-07 8:13
crash8932-Aug-07 8:13 
GeneralRe: sub total a bindingsource with an array Pin
led mike2-Aug-07 9:12
led mike2-Aug-07 9:12 
GeneralRe: sub total a bindingsource with an array Pin
crash8932-Aug-07 10:32
crash8932-Aug-07 10:32 
I thought about using the count feature in a query but the data is filtered at the binding source by the user and it would be "to hard" to run sql querys allot on the server that has this info. so i basically take one huge dataset add it to a binding source then filter it from there (what ever the user wants to see)

then the idea is that they hit a button and it produces an array that goes into a graphing class and out pops a beautiful bar graph.


usatoday

I'm in IT but I'm not a programmer I'm just doing this for the fun / self education.


I have so far something like (this is quasi sudo code)


foreach (DataRowView view in myBindingSource)
{
If ( array.find((string)view["cat_name"] != 1)
{
array.add((string)view["cat_name"] ,1)
// the ,1 is the total feild so im having some trouble with that
}
else "find index of catname and add +1 to the total"
}
return array


GeneralRe: sub total a bindingsource with an array Pin
crash8934-Aug-07 6:12
crash8934-Aug-07 6:12 
QuestionCalling a Moss2007 webservice and the 401 error Pin
sameerhanda2-Aug-07 7:10
sameerhanda2-Aug-07 7:10 
QuestionInvoke C# dll from Excel Pin
Bert delaVega2-Aug-07 7:05
Bert delaVega2-Aug-07 7:05 
AnswerRe: Invoke C# dll from Excel Pin
wilcodk2-Aug-07 23:47
wilcodk2-Aug-07 23:47 
GeneralRe: Invoke C# dll from Excel Pin
Bert delaVega3-Aug-07 2:54
Bert delaVega3-Aug-07 2:54 
Questionc#.net windows application without framwork ? Pin
hk779212-Aug-07 6:57
hk779212-Aug-07 6:57 
AnswerRe: c#.net windows application without framwork ? Pin
Bert delaVega2-Aug-07 7:07
Bert delaVega2-Aug-07 7:07 
GeneralRe: c#.net windows application without framwork ? Pin
hk779212-Aug-07 7:18
hk779212-Aug-07 7:18 
GeneralRe: c#.net windows application without framwork ? Pin
led mike2-Aug-07 7:23
led mike2-Aug-07 7:23 
GeneralRe: c#.net windows application without framwork ? Pin
hk779212-Aug-07 8:13
hk779212-Aug-07 8:13 
GeneralRe: c#.net windows application without framwork ? Pin
mav.northwind3-Aug-07 2:44
mav.northwind3-Aug-07 2:44 
GeneralRe: c#.net windows application without framwork ? Pin
Judah Gabriel Himango2-Aug-07 10:13
sponsorJudah Gabriel Himango2-Aug-07 10:13 
AnswerRe: c#.net windows application without framwork ? Pin
Pete O'Hanlon2-Aug-07 9:41
mvePete O'Hanlon2-Aug-07 9:41 
AnswerRe: c#.net windows application without framwork ? Pin
originSH2-Aug-07 22:00
originSH2-Aug-07 22:00 
QuestionWebService [modified] Pin
tranzformerz2-Aug-07 5:47
tranzformerz2-Aug-07 5:47 
AnswerRe: WebService Pin
tranzformerz2-Aug-07 6:26
tranzformerz2-Aug-07 6:26 
AnswerRe: WebService Pin
pmarfleet2-Aug-07 6:32
pmarfleet2-Aug-07 6:32 

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.