Any misspellings or grammatical errors in the above statement are intentional;
they are placed there for the enjoyment of those who like to point them out.
Make sure to click the to show if a post is helpful.
btw, the 'hide phone data' feature was your suggestion
Good to hear.
__________________ (oOO\ (||||)(||||) /OOo)
Any misspellings or grammatical errors in the above statement are intentional;
they are placed there for the enjoyment of those who like to point them out.
Make sure to click the to show if a post is helpful.
You have a mobile application in C# where somebody can search for some data, then change it; and you want to then update a master database stored somewhere not on the mobile?
The only thing I can come up with is to use web services, and have the application call a web service when some data changes. Of course you'd have to develop a web service, and deploy it somewhere on the internet that was always available. So make sure you think properly about security...
I doubt that you can hook into the phone's default phone book and do something of your choosing when a user updates an entry. I sure hope not, anyway.
You have a mobile application in C# where somebody can search for some data, then change it; and you want to then update a master database stored somewhere not on the mobile?
The only thing I can come up with is to use web services, and have the application call a web service when some data changes. Of course you'd have to develop a web service, and deploy it somewhere on the internet that was always available. So make sure you think properly about security...
I doubt that you can hook into the phone's default phone book and do something of your choosing when a user updates an entry. I sure hope not, anyway.