i made a program where i retrieve xml code from my database SQL 2005, now i want to display all attribues along with thier values in windows form application. is there any function supports that?? and how?
<Permission>
<CP name="Student">
<tab name="studentinfo">
</tab>
<tab name="notes">
<groupbox name="ss">
<field type="textArea" x="xxx" />
</groupbox>
</tab>
</CP>
<CP name="Teacher">
</CP>
<CP name="doctor">
</CP>
</Permission>
output: name="Student" name="Student info"
and so on..