 |
|
XML Handler SandBox 2 |
|
SandBox1 SandBox2
SandBox3 SandBox4
|
FileName:SandBox2.xml
XML Structure:<Students><Student><Id/><Name/><Age/></Student></Students>
|
|
Want to use a gridview to show your xml, then this is your choice.
Here we used the DataType and AutoIncrement, the respective code is :xh.SetDataType(typeof(int), typeof(string), typeof(int));
xh.SetAutoIncrement("Id"); |
|
|
|
|
|
|
|
|