dotnetrockz Posted October 27, 2014 Report Posted October 27, 2014 u need to find the "type" of personal information and then parse the response accordingly
quintin Posted October 27, 2014 Author Report Posted October 27, 2014 copied from SOF bold: how is this possible?List<string> PI = new List<string>() string address = "" LDSWebServices.MAVService.ItemsCollectionType.PersonalInformation; PI = response.GetValue<List<string>>(LDSWebServices.MAVService.ItemsCollectionType.PersonalInformation);PI.Address = address; I didn't know how to do that ala try chesa asalu vastundi Emo Ani
Osama Bin Gandhi Posted October 27, 2014 Report Posted October 27, 2014 copied from SOF bold: how is this possible? List<string> PI = new List<string>()string address = ""LDSWebServices.MAVService.ItemsCollectionType.PersonalInformation;PI = response.GetValue<List<string>>(LDSWebServices.MAVService.ItemsCollectionType.PersonalInformation);PI.Address = address; address=PI.Address;
ChampakDas Posted October 27, 2014 Report Posted October 27, 2014 it makes sense now but again next PI.Address would bomb out its just a list..daniki malli property enti may be naak ardam kale emo address=PI.Address;
quintin Posted October 27, 2014 Author Report Posted October 27, 2014 u need to find the "type" of personal information and then parse the response accordingly thanks bhaya love you ah type ethiki pettesa working Ippudu dheenama 4 days nunchi raledu naku
Recommended Posts