Click here to Skip to main content
15,888,301 members
Home / Discussions / C#
   

C#

 
AnswerRe: PInvoke Dll Pin
mav.northwind21-Sep-06 0:01
mav.northwind21-Sep-06 0:01 
Questiondatagrid view scroll Pin
faladrim20-Sep-06 23:02
faladrim20-Sep-06 23:02 
AnswerRe: datagrid view scroll Pin
Robert Rohde20-Sep-06 23:34
Robert Rohde20-Sep-06 23:34 
GeneralRe: datagrid view scroll Pin
faladrim20-Sep-06 23:37
faladrim20-Sep-06 23:37 
QuestionXML errors when reading in C# Pin
bigove20-Sep-06 22:33
bigove20-Sep-06 22:33 
AnswerRe: XML errors when reading in C# [modified] Pin
Christian Graus20-Sep-06 23:43
protectorChristian Graus20-Sep-06 23:43 
GeneralRe: XML errors when reading in C# Pin
bigove20-Sep-06 23:49
bigove20-Sep-06 23:49 
GeneralRe: XML errors when reading in C# Pin
Christian Graus21-Sep-06 0:09
protectorChristian Graus21-Sep-06 0:09 
bigove wrote:
however, your code did not appear in your response.


Sorry, fixed it.

bigove wrote:
What is stumping me is the fact that it appears in the first file, but not in the second


The nature of your code makes it random. Some XML fragments will be broken, some will not. If you're going a tag at a time, the first one will have to fail, it will write the opening top level tag, and by definition will not close it.

You cannot break an XML document into a group of smaller ones, at least not with brute force, or unless you at least add a top level tag to each group and remove it later.


Christian Graus - Microsoft MVP - C++
Metal Musings - Rex and my new metal blog

GeneralRe: XML errors when reading in C# Pin
bigove21-Sep-06 0:33
bigove21-Sep-06 0:33 
GeneralRe: XML errors when reading in C# Pin
Christian Graus21-Sep-06 0:37
protectorChristian Graus21-Sep-06 0:37 
GeneralRe: XML errors when reading in C# Pin
bigove21-Sep-06 0:42
bigove21-Sep-06 0:42 
GeneralRe: XML errors when reading in C# Pin
bigove21-Sep-06 0:52
bigove21-Sep-06 0:52 
Questionprogress bar Pin
Parshant Verma20-Sep-06 21:53
Parshant Verma20-Sep-06 21:53 
AnswerRe: progress bar Pin
Christian Graus20-Sep-06 21:55
protectorChristian Graus20-Sep-06 21:55 
AnswerRe: progress bar Pin
Waqas Nasir20-Sep-06 22:06
Waqas Nasir20-Sep-06 22:06 
QuestiontoolStripProgressBar & SQL [modified] Pin
shopi3020-Sep-06 21:50
shopi3020-Sep-06 21:50 
AnswerRe: toolStripProgressBar & SQL Pin
Christian Graus20-Sep-06 21:57
protectorChristian Graus20-Sep-06 21:57 
Questionhow to check if a string is a letter or a number Pin
faladrim20-Sep-06 21:45
faladrim20-Sep-06 21:45 
AnswerRe: how to check if a string is a letter or a number Pin
Christian Graus20-Sep-06 21:54
protectorChristian Graus20-Sep-06 21:54 
AnswerRe: how to check if a string is a letter or a number Pin
Guffa20-Sep-06 21:54
Guffa20-Sep-06 21:54 
GeneralRe: how to check if a string is a letter or a number Pin
faladrim20-Sep-06 22:59
faladrim20-Sep-06 22:59 
AnswerRe: how to check if a string is a letter or a number Pin
Guffa21-Sep-06 6:22
Guffa21-Sep-06 6:22 
QuestionStopping "Closing Form" in MDI Child when background worker is busy Pin
Nadia Monalisa20-Sep-06 21:25
Nadia Monalisa20-Sep-06 21:25 
QuestionListView Binding Pin
aruna_koride20-Sep-06 21:18
aruna_koride20-Sep-06 21:18 
Questionhow to display checkbox in listbox Pin
Parshant Verma20-Sep-06 21:15
Parshant Verma20-Sep-06 21:15 

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.