DEAR SIR/MADAM
I want to save data in a xml file from the front end by clicking on the save button and by entering data in a textbox.
The structure of the xml should be
#65279;<?xml version="1.0" encoding="utf-8"?>
<CLASS>
<ITEM>Select</ITEM>
<ITEM>CREATE USER</ITEM>
<ITEM>DATABASE ERROR</ITEM>
</CLASS>
I am using asp.net with
vb.net as code behind.
select,create user and database error are data i enter the text box.
PLEASE REPLY ME BACK AS SOON AS POSSIBLE.