S
staeri
I'm getting an unknown number of company names as a response from a web
service I'm consuming.
I can print the response with the following code:
Dim s As String
For Each s In rr.CompanyName
Response.Write("Value: " & s)
Next
Instead I would like to show the response to the user in a grid or
equivalent. How can I do that?
Regards,
S
service I'm consuming.
I can print the response with the following code:
Dim s As String
For Each s In rr.CompanyName
Response.Write("Value: " & s)
Next
Instead I would like to show the response to the user in a grid or
equivalent. How can I do that?
Regards,
S