I am trying to teach myself oop with asp/vb.net.
I have created a data class which contains methods for interacting with the database and have got a bit lost.
Does anyone know of a nice simple example showing OOP techniques being used to insert/update data ?
For example I want my USER class to inherit from the data class but am a bit baffled.
