Hi List,
I just started using VB.Net. and feel it's so different from VB.6. I have
used VB6 for a little while. I got so lost. I tried to find some sample code,
but seems everyone is pointing to different directions. Please help.
What's the best way to use DataGrid control to manage SQL data, retrive
data, insert data, update data, etc.
Thanks for any help.
Cor Ligthert [MVP] - 21 Sep 2005 07:14 GMT
BJ,
First of all there is no best method. That depends on your problem.
To show you that the use of a datagrid is simple, see this sample (although
this is a DataGridView)
http://www.windowsformsdatagridhelp.com/default.aspx?ID=3eafa9ea-a906-45ff-aece-
e8335682ad3a
There are much more samples about the datagrid on our website.
A better newsgroup for VB Net is
microsoft.public.dotnet.languages.vb
I hope this helps,
Cor