I have 2 classes in my UI Objects project.
Users and User.
The Data access layer passes a DataSet to my UI Object, where the data is stripped out and placed in my 2 objects above.
The UI then only sees my 2 custom classes.

However, I have been told this is wrong and that I should be passing the DataSet to the UI and making it "strongly typed" (something I don't know much about yet)

Is this what u r both doing?

Woka