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 life cycle?
when we use ajax in.net
Is asp a scripting language?
Define .asp file?
how show video in own page.
How to handle error in asp
how can we create a webpage in .Net
Explain the properties of session object?
What is application object in asp?
Can anyone give me a clarification about the difference among assembly,namespace,class,dll??????
I have all files relating one project in ASP.... I want to make a Localhost for running like website........
Why asp is used?