HEy i'm new with vb.net. I'm using dataset to retrieve my information.I know how to show a field from a table in a textbox. What I now want to do is to assign a certain field (ex Cust_name) to an object of the class customer(ex customer.name) I don't know how to start with this.
If anyone can help me out ....

could thus not be something like
customer.name = .......

Thnx in avant......