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

C#

 
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 
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 
Well, it depends on the schema. IF your schema is simple enough, then you can probably break it up so long as you add a top level tag to each new document. But if the schema is complex, then your problem is, every tag that gets opened, needs to be closed in the same document or it's no longer XML. And if your schema is just

record1
record2
record3

all the way down, one wonders if XML is overkill, that schema doesn't give you anything that a flat file wouldn't give you.


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: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 
AnswerRe: how to display checkbox in listbox Pin
freshonlineMax20-Sep-06 23:05
freshonlineMax20-Sep-06 23:05 
GeneralRe: how to display checkbox in listbox Pin
CM Makwana18-Feb-09 4:56
CM Makwana18-Feb-09 4:56 

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.