Smart Device Application - help
i have developed a prog. for bills generation on a smart device useing a webservice. the smart device is using GPRS and web service to connect to the data stored on the server.
what i was thinking was that if GPRS is not available then the prog. should generate and store the data on the device itself as sqlce is available on the device. now as soon as the GPRS is available i was thinking of sending the data to the web server in the background.
for this reason was trying for background worker. so that while the bills get generated the local bills r also getting posted simultaniously in the background.
am i right in this thinking that i can do it via backgroundworker or is there any other way that i should try?.
i would need some help on background worker too as i dont have any knowledge about it.
pls. guide.
thankx
Re: Smart Device Application - help
Hey,
I think this question would be best answered in the Windows Mobile Forum, I will ask a Mod to move your thread.
Gary
Re: Smart Device Application - help
Thread moved to "Mobile Development" forum (thanks Gary :thumb: )
Re: Smart Device Application - help
Thanks si.
kuldevbhasin, this is definitely possible on the Mobile Device, have a look at the following:
http://msdn.microsoft.com/en-us/library/aa446540.aspx
http://msdn.microsoft.com/en-us/library/aa446488.aspx
Hope that helps!!
Gary