C# XML | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

C# XML

<Student> <name>Kasa</name> <age>12</age> <phone>12345678</phone> </Student> This ,name , age,phone ,i use it bt textbox , so how to correct when i put name , age or phone wrong ? Can you tell plz?

21st Feb 2018, 2:47 PM
lee ratana
1 Answer
0
From the information given, my only suggestion is to hit the backspace key and type it again. You need to show us the code that is causing an error or better explain what you need. Right now I have no context for how this XML is generated or how you determine if it is wrong or how you want it to behave when you need to correct something.
25th Feb 2018, 4:39 PM
Jesse Bayliss
Jesse Bayliss - avatar