how an Off Line Search application is made in .net ?
-
Hi All I have to assigned a work to develop an application that can fetch the data from Online server if Net is working otherwise fetch the data from local server. Actually this is a booking site customer wants the detail of those clients who are booked online this can easily be done but he say if the net is not working then i connect with the local server and it get the data(Offline) of clients from that position when the internet gone.for this he wants an exe.He gave me an example ok google offline.but I'm Confused.could u guide me. Any Help would be appreciated
Amit Gautam
-
Hi All I have to assigned a work to develop an application that can fetch the data from Online server if Net is working otherwise fetch the data from local server. Actually this is a booking site customer wants the detail of those clients who are booked online this can easily be done but he say if the net is not working then i connect with the local server and it get the data(Offline) of clients from that position when the internet gone.for this he wants an exe.He gave me an example ok google offline.but I'm Confused.could u guide me. Any Help would be appreciated
Amit Gautam
You can use biterscripting internet sessions ( http://www.biterscripting.com/helppages_automatedinternet.html ) to login, fetch pages, from the server. Then use the editor commands ( http://www.biterscripting.com/helppages_editors.html ) to parse, search and output. If you had posted an exact scenario, I would have been able to get you started with exact code.