bendJoe,
The signature for the autocomplete web service returns just a string array, so you won't be able to get any ID's back. To get the ID, you'll need to do another call to the database with the selected string value as a parameter. You can either use a client call to a web service method for this, or a page method, or you could just wait for a postback to the server to get the ID.
James