ADO in VB.NET

  • Thread starter Thread starter douglas
  • Start date Start date
D

douglas

Hi

I want to apply ADO object in VB.NET. Can I bind the textbox, editmask,
combo box and grid control to the ADO recordset?

Any sample would be appreciated.

Thanks...Douglas
 
Hi Douglas,
VB.NET uses ADO datasets and dataviews.
You can bind them to the controls.
There are a lot of examples on MSDN.
Hoping this helps.
Cor
 
Back
Top