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 |
Name the control which would you use if you needed to make sure the values in two different controls matched?
Can anyone give me a clarification about the difference among assembly,namespace,class,dll??????
Is asp still used?
What is the difference between html and asp?
How do you open an asp file?
Define an err object?
Give the comment tags for the following?
What is a .ASP file?
how to code in asp.net for button?
What is a Cookie? What are the uses of Cookies?
What is the Difference B/W Onclick() and Oncommand() in ASP.Net? If Possible Explain with Realtime Example?
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?