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 |
Explain what inheritance is and an example of when you might use it?
how to connect asp with sql server.......? Write some code for connectivity between sql server and ASP...
What are shared assemblies?
what is the selection process for DMSS??
What are the different types of html?
Define a variable?
What is use of asp?
Name the methods by which output stream is controlled?
What is aspx used for?
plz giv me the procedure for connecting to database
What are the advantages of Cookies over Session Object?
What is asp life cycle?