Click here to Skip to main content
15,913,836 members
Home / Discussions / C#
   

C#

 
GeneralRe: SelectedIndexChanged problem regarding combobox and data grid Pin
a.hamidy8-Apr-09 18:24
a.hamidy8-Apr-09 18:24 
AnswerRe: SelectedIndexChanged problem regarding combobox and data grid Pin
dave18169-Apr-09 5:11
dave18169-Apr-09 5:11 
GeneralRe: SelectedIndexChanged problem regarding combobox and data grid Pin
dave181611-Apr-09 5:14
dave181611-Apr-09 5:14 
QuestionInstance Failure Pin
CodingYoshi8-Apr-09 11:36
CodingYoshi8-Apr-09 11:36 
AnswerRe: Instance Failure Pin
Luc Pattyn8-Apr-09 11:43
sitebuilderLuc Pattyn8-Apr-09 11:43 
GeneralRe: Instance Failure Pin
CodingYoshi9-Apr-09 4:06
CodingYoshi9-Apr-09 4:06 
QuestionTest XmlReader Node for a SubTree Pin
robertkjr3d8-Apr-09 9:00
robertkjr3d8-Apr-09 9:00 
AnswerRe: Test XmlReader Node for a SubTree Pin
Dave Kreskowiak8-Apr-09 12:43
mveDave Kreskowiak8-Apr-09 12:43 
The problem with the XmlReader class is that it can't predict the future. You can't find out if there are child nodes to the current node you just read without reading through the child nodes. If you really need this, try looking at XmlDocument instead where you read the entire XML file, then you can sift through all the nodes to get the information you want.


A guide to posting questions on CodeProject[^]



Dave Kreskowiak
Microsoft MVP
Visual Developer - Visual Basic
     2006, 2007, 2008




QuestionInserting <br /> instead of \n in a textbox ? Pin
Mohammad Dayyan8-Apr-09 8:31
Mohammad Dayyan8-Apr-09 8:31 
AnswerRe: Inserting instead of \n in a textbox ? Pin
Luc Pattyn8-Apr-09 8:33
sitebuilderLuc Pattyn8-Apr-09 8:33 
GeneralRe: Inserting instead of \n in a textbox ? Pin
Mohammad Dayyan8-Apr-09 9:31
Mohammad Dayyan8-Apr-09 9:31 
GeneralRe: Inserting instead of \n in a textbox ? Pin
Luc Pattyn8-Apr-09 9:34
sitebuilderLuc Pattyn8-Apr-09 9:34 
AnswerRe: Inserting <br /> instead of \n in a textbox ? Pin
Xmen Real 8-Apr-09 15:59
professional Xmen Real 8-Apr-09 15:59 
GeneralRe: Inserting <br /> instead of \n in a textbox ? Pin
Mohammad Dayyan8-Apr-09 22:10
Mohammad Dayyan8-Apr-09 22:10 
GeneralRe: Inserting <br /> instead of \n in a textbox ? Pin
Xmen Real 8-Apr-09 22:45
professional Xmen Real 8-Apr-09 22:45 
QuestionTraining Needed - Please read Pin
bdaoust8-Apr-09 7:48
bdaoust8-Apr-09 7:48 
AnswerRe: Training Needed - Please read Pin
Eddy Vluggen8-Apr-09 8:58
professionalEddy Vluggen8-Apr-09 8:58 
GeneralRe: Training Needed - Please read Pin
bdaoust8-Apr-09 12:45
bdaoust8-Apr-09 12:45 
QuestionHow to open file using it defualt program using C# ? Pin
anbluemoon8-Apr-09 7:28
anbluemoon8-Apr-09 7:28 
AnswerRe: How to open file using it defualt program using C# ? Pin
Luc Pattyn8-Apr-09 7:33
sitebuilderLuc Pattyn8-Apr-09 7:33 
QuestionWhat's the advantage of MDI interface over tabbed Pin
Member 10339078-Apr-09 6:12
Member 10339078-Apr-09 6:12 
AnswerRe: What's the advantage of MDI interface over tabbed Pin
Noah Wollowick8-Apr-09 6:21
Noah Wollowick8-Apr-09 6:21 
AnswerRe: What's the advantage of MDI interface over tabbed Pin
Rob Philpott8-Apr-09 6:54
Rob Philpott8-Apr-09 6:54 
GeneralRe: What's the advantage of MDI interface over tabbed Pin
Dan Neely8-Apr-09 7:12
Dan Neely8-Apr-09 7:12 
AnswerRe: What's the advantage of MDI interface over tabbed Pin
PIEBALDconsult8-Apr-09 15:44
mvePIEBALDconsult8-Apr-09 15:44 

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.