How to use XML file as a database in the ASP
Storing XML Files on the Server
XML files can be stored on an Internet server exactly the
same way as HTML files.
Start Windows Notepad and write the following lines:
<?xml version="1.0" encoding="ISO-8859-1"?>
<note>
<from>Jani</from>
<to>Tove</to>
<message>Remember me this weekend</message>
</note>
Save the file on your web server with a proper name like
"note.xml".
| Is This Answer Correct ? | 0 Yes | 1 No |
What is Round Trip
How could u display all of the cookies/cookie values for a user through a Web page in ASP?
Name the property which is on a combo box do you set with a column name, prior to setting the data source, to display data in the combo box?
What are the ASP Scripting Objects?
Can I use .net framework components from a com program?
Distinguish Server side and Client side scripts?
When did classic asp come out?
Define querystring collection in asp?
What is difference between server.transfer and response.redirect ?
2 Answers CIStems Software, Effexoft, VebTel,
How You Can use Dropdownlist with in Data Grid .DropDownlist having data from Database?
In which database is the information, such as membership, role management, profile, and Web parts personalization, stored?
1 Answers MindCracker, Muthoot Group,
If I want to build a shared assembly, does that require the overhead of signing and managing key pairs?