Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
~113 People Reached
Favorite Forums
Favorite Tags
Member Avatar for planetcreate

Hi I am trying to use web services for the first time. I am using .net 2.0. I am tring to get what is essentially an array of data. This approach would work. [CODE]Dim test As New ArrayList test.Add("one") test.Add("two") test.Add("three") Return test[/CODE] The only problem here is that I …

Member Avatar for Ramesh S
0
113