Click here to Skip to main content
15,898,134 members
Home / Discussions / C#
   

C#

 
GeneralRe: Interfaces Pin
Bahadir Cambel3-Jan-05 14:27
Bahadir Cambel3-Jan-05 14:27 
GeneralRe: Interfaces Pin
DavidNohejl3-Jan-05 14:50
DavidNohejl3-Jan-05 14:50 
GeneralRe: Interfaces Pin
jan larsen3-Jan-05 20:17
jan larsen3-Jan-05 20:17 
GeneralRe: Interfaces Pin
DavidNohejl3-Jan-05 23:56
DavidNohejl3-Jan-05 23:56 
GeneralRe: Interfaces Pin
jan larsen4-Jan-05 0:48
jan larsen4-Jan-05 0:48 
GeneralRe: Interfaces Pin
DavidNohejl4-Jan-05 1:35
DavidNohejl4-Jan-05 1:35 
Generalabout the xmltextreader Pin
dhol2-Jan-05 19:29
dhol2-Jan-05 19:29 
GeneralRe: about the xmltextreader Pin
DavidNohejl3-Jan-05 9:35
DavidNohejl3-Jan-05 9:35 
hi,
I wrote you long and detailed response, bt I hit some mouse combo or what and lost it before I post it Cry | :((

so:
don't even try [b] there are <b> and better <code> for marking code snippets in post

johnsanthosh wrote:
XmlTextReader xtr = new XmlTextReader("D:\\billtoname.xml");

shouldn't be inside loop.. you don't have to create it again and again... inefficient. And it's even mistake here!

Plus you don't call xtr.Read()
You must call XmlTextReader.Read() method in order to advance to next node in XML stream... that's why it gets wrong there...

hope it help I rush to post it I don't want to screw againSmile | :)

best regards,
David 'DNH' Nohejl

Never forget: "Stay kul and happy" (I.A.)
GeneralRe: about the xmltextreader Pin
dhol3-Jan-05 16:36
dhol3-Jan-05 16:36 
GeneralRe: about the xmltextreader Pin
DavidNohejl4-Jan-05 1:30
DavidNohejl4-Jan-05 1:30 
GeneralRe: about the xmltextreader Pin
dhol4-Jan-05 17:45
dhol4-Jan-05 17:45 
GeneralRe: about the xmltextreader Pin
dhol4-Jan-05 17:59
dhol4-Jan-05 17:59 
General'Locking' entire folder Pin
kshet262-Jan-05 18:34
kshet262-Jan-05 18:34 
GeneralRe: 'Locking' entire folder Pin
Dave Kreskowiak3-Jan-05 6:15
mveDave Kreskowiak3-Jan-05 6:15 
GeneralRe: 'Locking' entire folder Pin
kshet263-Jan-05 7:31
kshet263-Jan-05 7:31 
GeneralRe: 'Locking' entire folder Pin
Dave Kreskowiak3-Jan-05 7:45
mveDave Kreskowiak3-Jan-05 7:45 
GeneralRe: 'Locking' entire folder Pin
Dennis C. Dietrich3-Jan-05 7:50
Dennis C. Dietrich3-Jan-05 7:50 
GeneralRe: 'Locking' entire folder Pin
Dave Kreskowiak3-Jan-05 11:05
mveDave Kreskowiak3-Jan-05 11:05 
GeneralRe: 'Locking' entire folder Pin
Dennis C. Dietrich3-Jan-05 11:35
Dennis C. Dietrich3-Jan-05 11:35 
GeneralRe: 'Locking' entire folder Pin
Dave Kreskowiak4-Jan-05 16:43
mveDave Kreskowiak4-Jan-05 16:43 
GeneralRe: 'Locking' entire folder Pin
kshet263-Jan-05 9:36
kshet263-Jan-05 9:36 
GeneralRe: 'Locking' entire folder Pin
Dave Kreskowiak3-Jan-05 11:07
mveDave Kreskowiak3-Jan-05 11:07 
GeneralRe: 'Locking' entire folder Pin
kshet263-Jan-05 17:13
kshet263-Jan-05 17:13 
GeneralRe: 'Locking' entire folder Pin
Dave Kreskowiak4-Jan-05 16:50
mveDave Kreskowiak4-Jan-05 16:50 
Generalmousewheel!!! Pin
osto2-Jan-05 18:06
osto2-Jan-05 18:06 

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.