Examples - not datagrid

  • Thread starter Thread starter Neil Steventon
  • Start date Start date
N

Neil Steventon

Hi everyone hope you can help.

I am moving to the wonderful new world of vb.net and databases. I have seen
many examples of the datagrid control and can do them no problem, updating
deleting my data through the data adapter.

I would like to know if anyone has examples of just normal forms connecting
to the database which allows you to add,delete etc which shows controls such
as the text box and combobox, being used. This would help my start on
converting some of the old access databases we have as front ends to sql
server.


Thanks alot

Neil
 
Look in the VB help under Control.DataBindings Property.
It has an example there.

HTH
Rob
 
Hey, Neil:

You can refer to this document for examples of databinding on textbox and
combobox:

ms-help://MS.VSCC/MS.MSDNQTR.2003APR.1033/vbcon/html/vbwlkwalkthroughdisplay
ingdatainwindowsformusingparameterizedquery.htm

hope it helps.

Thanks.

Aiwen
VB.Net team
This posting is provided "AS IS" with no warranties, and confers no rights.
 
Back
Top