Automatically presenting information stored in class to user

Posted by ElArZ on Stack Overflow See other posts from Stack Overflow or by ElArZ
Published on 2010-05-12T17:09:55Z Indexed on 2010/05/12 17:14 UTC
Read the original article Hit count: 106

Filed under:

Hi,

I am retrieving info from a web service and saving it in a class which has several fields including arrays.

I just want a way to present that info to the user. Is there a component that takes the class as argument and just organizes the info and shows them in a datagridview (for example)?

Thank you.

© Stack Overflow or respective owner

Related posts about .NET