1
Answer

XML schema using visual C#

Photo of Muthu M

Muthu M

14y
1.3k
1
Hi, Iam going to learn XML schema using visual C# so any one send or suggest me material links.
Thanks in advance-muthu

Answers (1)

0
Photo of Administrator
Admin 2.3k 1.3m 22y
MSComctlLib.ListItem loItem; ListView1.ListItems.Add( , "prussell", "Paul Russell"); ListView1.ListItems.Add( , "dburton", "Dexter Burton"); ListView1.ListItems.Add( , "jthornton", "James Thornton"); loItem = ListView1.ListItems["dburton"]; if(!loItem == null) { debug.print("Found Dexter Burton"); } This is the basic syntax you need to use, I'm not sure if it's all correct as I develop web and not windows interfaces. Good Luck