G
Guest
Hi all,
What I want to do:
Send an alert to a pda device from a .NET web application. So user creates a
message in web application and selects mobile device to send to (via IP or
whichever method is possible), clicks send and the PDA receives an alert. A
work around I was pondering was to have the data inserted into a database and
then the device application checks this regularly to see if there is any data
flagged for the device. This constant checking would consume a lot of memory
however hence why I would like to write some code that automatically triggers
the PDA to acknoledge receiving some data.
I understand that email would achieve the same effect but I want to
integrate this into an exisitng app as well as other reasons.
I hope this is clear and thanks for your time
Greg
What I want to do:
Send an alert to a pda device from a .NET web application. So user creates a
message in web application and selects mobile device to send to (via IP or
whichever method is possible), clicks send and the PDA receives an alert. A
work around I was pondering was to have the data inserted into a database and
then the device application checks this regularly to see if there is any data
flagged for the device. This constant checking would consume a lot of memory
however hence why I would like to write some code that automatically triggers
the PDA to acknoledge receiving some data.
I understand that email would achieve the same effect but I want to
integrate this into an exisitng app as well as other reasons.
I hope this is clear and thanks for your time
Greg