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.
 

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

Similar Threads

DataGrid won't show when i debug. 2
Can be done? 1
Datagrid update 3
Drag drop between datagridviews 2
DataGrid SUCKS! 4
Nested Datagrids 1
Customize DataGrid View 1
dataentry using a datagrid 1

Back
Top