Aim:-2) Display Employees Details Using Linkview To XML Code: - (I) Default - Aspx.Cs
Aim:-2) Display Employees Details Using Linkview To XML Code: - (I) Default - Aspx.Cs
Aim:-2) Display Employees Details Using Linkview To XML Code: - (I) Default - Aspx.Cs
LinkView To XML
Code :- [i] Default.aspx.cs
using
using
using
using
using
using
System;
System.Collections.Generic;
System.Linq;
System.Web;
System.Web.UI;
System.Web.UI.WebControls;
[ii] Student.xml
<?xml version="1.0" encoding="utf-8" ?>
<Studnets>
<Student>
<Student-name>Goku</Student-name>
<Student-age>42</Student-age>
</Student>
</Studnets>
Output:-