Okay so my question is two parts:
I retrieve from a webservice about 10 relevant IDs and Names based on the given parameter. Is their a way to convert the response into some list?
The response is like :
ID1:XXX - Name1: test1 - Address1: Narnia - Gender1: M
ID2:YYY - Name2: test2 - Address2: Hogwarts - Gender2: NA
The second part:
How do I fill in a gridview from the retrieved list above? And have like certain conditioning like if Address is Hogwarts I'd have an extra column (ex: Desc: ) Where you fill it in your house name or if the house Address is N\A then the Desc column becomes mandatory to be filled in.