Hi

I work a lot with ADO (ActiveX Data Object) controls in VB6 - the controls which you can bind to text boxes to display data from database, and also to update data and stuff.... by single statements like

ado.recordset.update
ado.refresh
ado.recordset.addnew
etc...

I want to have the same facilities in Visual Basic .NET 2005. What object should I use, and how? In a word, I am looking for the equivalent of th ADODC control of VB6 in VB.Net 2005.

Thanks