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 |
How can we do validation of the fields in a project?
What happens to a html page?
What is caching in asp?
i learnt .net and would like to know if there is any institute in hyderabad that gives real time knowledge.i worked on testing and planning to move on to .net putting same amount of experience in .net.kindly suggest me the institute and other details.
which sdlc model was used for whatsapp?
Is asp the same as saas?
How can I break Search
Tell something about Active Server Pages?
When does the application OnEnd event handler fire? A. After every request for an application document, since web servers are stateless servers. B. As soon as there are no open connections to any application document. C. When the web server is stopped in an orderly fashion. D. Twenty minutes after the last request for a document in the application. E. When there are no application requests for the amount of time defined by the SessionTimeout variable.
What is the difference between server-side validation and client-side validation?
What is the use of global.asax?
?onStart' and 'onEnd' are events of what object(s)? A. Application only. B. Session only. C. Server only. D. Application and Session only. E. Application, Session, and Server.