 |
|
XML Handler SandBox 3 |
|
SandBox1 SandBox2
SandBox3 SandBox4
|
FileName:SandBox3.xml
XML Structure:<Students><Student><Id/><Name/><Age/><City/></Student></Students>
|
Here we are trying to use the many of the DataSet/XML features. The "Index"
columns is only for our sandbox purpose not stored in xml.
In "Update Operation", "By Condition" means you can give conditions like:
name='milton' the respective values textbox will be updated for
update op.In "Update Operation", "By Index" means you can give some integer values like 2,
then the 2 nd index row will be updated with the respective values.
The DeleteAll will delete all the records and SelectAll will select all the
reocrds. |
|
|
|
|
|
|
| Index | Id | Name | Age | City |
| 0 | 1 | Tester | 44 | Chennai |
| 1 | 2 | Vasanth | 27 | Paris |
| 2 | 27 | Pavan | 25 | Kadapa |
|
|
|
|