Answer Posted / chirag
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 |
Post New Answer View All Answers
explain joints in .net.
Explain how to display images using response object?
What is asp software?
difference between html and asp?
Define global.asa file?
How do I save an aspx file?
What are the stored procedure and why they are needed?
What is asp cookies?
Define a variable in asp?
Explain the difference between post & get method in asp?
Give an example of how using an HttpHandler could simplify an existing design that serves Check Images from an .aspx page.
What do I have to do to make my code work with the security system?
Explain how to handle error in asp?
How will u make automatic login program in asp as u see in yahoo messanger? When any body login to their system they no need to fill userid and password. It automatically fills the userid and password.
Define "virtual directory"?