I am working on an asp.net application where each bus is equipped with an android device that continuously sends its current location to a WCF REST service. The administrator needs to monitor the buses' locations, so I have created a dropdown list for selecting the bus number.
However, I am struggling with sending this bus number to the WCF service and displaying the current location on a map using a plotting algorithm in JavaScript. I am unsure of how to bridge the ASP.NET variable with JavaScript to achieve this. Any help would be greatly appreciated.