10-26-2007, 03:35 PM
|
#1 (permalink)
|
| Knows Where the Search Button Is
Join Date: Aug 2007 Model: 7100T PIN: N/A Carrier: Cingular
Posts: 23
Post Thanks: 0 Thanked 0 Times in 0 Posts
| User Name Please Login to Remove! I have BB application that I have implemented with Webservices, On webservice i have WebMethod that is returning data base on Userid
//This bit works fine
var myServ = new localhost().Service;
myServ.WSGetPendingTasksAsync();
//Now I have change My WebMethod to except UserID from BB
So how can i pass the userID to my method
User ID on windows app/ Active Directory is like xp login ID "leh\mgata"
is there method like GetUsername or GetID or something that i could use here.
myServ.WSGetPendingTasksAsync.user =
Thanks |
| Offline
| |