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 asp price?
what is the selection process for DMSS??
How do I create an aspx page?
What is the difference between asp and acp?
Define a variable in asp?
how we can create more than one web.config file in our asp.net project
What are the scripting objects in asp?
Can any body send me Some Interview Questions of ASP.Net 2.0 or Later to my mail id that is gauravscott@gmail.com
Explain how big is the data type int in .net?
What is a Form collection?
What are the methods in session object in asp?
Define session object?