How to Search the XML file in Web Server.

Showing Answers 1 - 1 of 1 Answers

Saagar

  • Feb 1st, 2007
 

Hi Neeraj,Your question is too short to understand. As per my understanding if you want to search for files [say XML files] on the server there are two methods:1. Use a server side page to which you pass the files to search in query-string and in return it will display the search results. This is mostly done.2. Use remoting or P2P technique to request the files to search to the application/web-service residing on the server which replies your client application with the search results.There is one more technique but it is based on AJAX here you use the second option [as mentioned above] specifically web-service and query it for the files to be searched from within JavaScript code-block and in return can have the list of files.Hope i answered your question.enjoY!

  Was this answer useful?  Yes

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions