Hi
In VB6 Textbox control and Label controls had Datasource property which is
missing in Visual Studio .NET Textbox & and Label controls, any idea what to
use as substitute
TIA
Barry
PvdG42 - 18 Jul 2007 15:25 GMT
> Hi
>
[quoted text clipped - 4 lines]
> TIA
> Barry
First, which version of Visual Studio (.NET) are you using (2002, 2003 or
2005)? The approach to data binding differs significantly between versions.
If 2005...
Look in the Data category in the Properties Window. You'll find
(Databindings). To use these properties effectively, you'll need to learn
about ADO.NET and the VS 2005 data access model.
Kevin Spencer - 19 Jul 2007 11:39 GMT
Hi Barry,
Use the DataBindings property:
http://msdn2.microsoft.com/en-us/library/system.windows.forms.control.databindin
gs.aspx

Signature
HTH,
Kevin Spencer
Microsoft MVP
Printing Components, Email Components,
FTP Client Classes, Enhanced Data Controls, much more.
DSI PrintManager, Miradyne Component Libraries:
http://www.miradyne.net
> Hi
>
[quoted text clipped - 4 lines]
> TIA
> Barry