Click here to Skip to main content
15,884,237 members
Home / Discussions / C#
   

C#

 
AnswerRe: StringBuilder vs += on string Pin
Ennis Ray Lynch, Jr.11-Aug-10 4:43
Ennis Ray Lynch, Jr.11-Aug-10 4:43 
JokeRe: StringBuilder vs += on string Pin
Not Active11-Aug-10 9:08
mentorNot Active11-Aug-10 9:08 
GeneralRe: StringBuilder vs += on string Pin
Ennis Ray Lynch, Jr.11-Aug-10 9:35
Ennis Ray Lynch, Jr.11-Aug-10 9:35 
GeneralRe: StringBuilder vs += on string Pin
Luc Pattyn11-Aug-10 9:45
sitebuilderLuc Pattyn11-Aug-10 9:45 
JokeThe irony Pin
Ennis Ray Lynch, Jr.11-Aug-10 10:11
Ennis Ray Lynch, Jr.11-Aug-10 10:11 
GeneralRe: The irony Pin
Luc Pattyn11-Aug-10 10:17
sitebuilderLuc Pattyn11-Aug-10 10:17 
AnswerRe: StringBuilder vs += on string Pin
AspDotNetDev11-Aug-10 9:22
protectorAspDotNetDev11-Aug-10 9:22 
QuestionMultiple report system Pin
Neo Maximus11-Aug-10 4:14
Neo Maximus11-Aug-10 4:14 
Hey guys, I'm trying to generate a report from an xml file, when I view the report it only shows the first client on the first page and doesn't add the other entries.

E.g. I have an xml file as follows
<br />
<?xml version="1.0" encoding="utf-8" ?><br />
<api_response><br />
  <code>ok</code><br />
  <noofrows>3</noofrows><br />
  <site_entry><br />
    <id>1</id><br />
    <client_name>NAME 1</client_name><br />
    <available_hours>12</available_hours><br />
    <used_hours>12:30</used_hours><br />
    <entry_count>9</entry_count><br />
    <bug_count>3</bug_count><br />
    <development_count>3</development_count><br />
    <new_feature_count>3</new_feature_count><br />
  </site_entry><br />
  <site_entry><br />
    <id>2</id><br />
    <client_name>NAME 2</client_name><br />
    <available_hours>12</available_hours><br />
    <used_hours>9</used_hours><br />
    <entry_count>2</entry_count><br />
    <bug_count>0</bug_count><br />
    <development_count>1</development_count><br />
    <new_feature_count>1</new_feature_count><br />
  </site_entry><br />
  <site_entry><br />
    <id>4</id><br />
    <client_name>NAME 3</client_name><br />
    <available_hours>12</available_hours><br />
    <used_hours>19</used_hours><br />
    <entry_count>12</entry_count><br />
    <bug_count>1</bug_count><br />
    <development_count>6</development_count><br />
    <new_feature_count>5</new_feature_count><br />
  </site_entry><br />
</api_response><br />


The report shows the name and hours used and a lot of other stuff but it should show each entry (name 1, name 2 and name 3) on a different page instead it just shows name 1 and thats it.
AnswerRe: Multiple report system Pin
Chris Trelawny-Ross11-Aug-10 8:19
Chris Trelawny-Ross11-Aug-10 8:19 
QuestionSystem.Globalization.CultureInfo [modified] Pin
ONeil Tomlinson11-Aug-10 3:55
ONeil Tomlinson11-Aug-10 3:55 
AnswerRe: System.Globalization.CultureInfo Pin
Dewald11-Aug-10 4:09
Dewald11-Aug-10 4:09 
AnswerRe: System.Globalization.CultureInfo Pin
Ian Shlasko11-Aug-10 4:09
Ian Shlasko11-Aug-10 4:09 
QuestionConstraints taking either types in generics Pin
dashingsidds11-Aug-10 3:34
dashingsidds11-Aug-10 3:34 
AnswerRe: Constraints taking either types in generics Pin
Ennis Ray Lynch, Jr.11-Aug-10 3:52
Ennis Ray Lynch, Jr.11-Aug-10 3:52 
AnswerRe: Constraints taking either types in generics Pin
kapax511-Aug-10 3:52
kapax511-Aug-10 3:52 
GeneralRe: Constraints taking either types in generics Pin
dashingsidds11-Aug-10 4:00
dashingsidds11-Aug-10 4:00 
GeneralRe: Constraints taking either types in generics Pin
Luc Pattyn11-Aug-10 4:14
sitebuilderLuc Pattyn11-Aug-10 4:14 
GeneralRe: Constraints taking either types in generics Pin
kapax511-Aug-10 4:24
kapax511-Aug-10 4:24 
AnswerRe: Constraints taking either types in generics Pin
Łukasz Nowakowski11-Aug-10 4:00
Łukasz Nowakowski11-Aug-10 4:00 
AnswerRe: Constraints taking either types in generics Pin
Covean11-Aug-10 5:49
Covean11-Aug-10 5:49 
GeneralRe: Constraints taking either types in generics Pin
PIEBALDconsult11-Aug-10 16:45
mvePIEBALDconsult11-Aug-10 16:45 
GeneralRe: Constraints taking either types in generics Pin
Covean11-Aug-10 22:31
Covean11-Aug-10 22:31 
AnswerRe: Constraints taking either types in generics Pin
PIEBALDconsult11-Aug-10 16:37
mvePIEBALDconsult11-Aug-10 16:37 
Questionsql express installing when I call it from my program, but does not work!! Pin
lourensG11-Aug-10 3:04
lourensG11-Aug-10 3:04 
AnswerRe: sql express installing when I call it from my program, but does not work!! Pin
PIEBALDconsult11-Aug-10 3:07
mvePIEBALDconsult11-Aug-10 3:07 

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.