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 the difference between razor and aspx view engine?
What are the stored procedures?
What is the difference between Cookies collection and Form/Querystring collection?
How to refersh an asp page on a single click of a button.
What is asp and its features?
Can .net framework components be used from a com program?
explain with example redaing contents and writing contents from a file using APS object stream.
What is the difference between the value-type variables and reference-type variables
what are disadvantages of AJAX controls?
how to code in asp.net for button?
Define html (hypertext markup language)?
Define common language specification (cls)?