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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top