1
Answer

What is two tier architecture and three tier architecture?

Raja

Raja

9y
280
1
Two tier architecture and three tier architecture Simple understand Real world example.
Answers (1)
0
Laxmidhar Sahoo

Laxmidhar Sahoo

NA 2.3k 1.4k 7y
sir 
add the namespace in your form at the top
using System.Xml; 
 
load your xmlfile like below code 
  1. public void addlist()  
  2.        {  
  3.        XmlDocument xdoc = new XmlDocument();  
  4.        xdoc.LoadXml("XmlName.xml");  
  5.   
  6.        }  
from xdoc you can retrive the node and add in the list