VB.Net Help

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • BJ

    VB.Net Help

    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]

    #2
    Re: VB.Net Help

    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)



    There are much more samples about the datagrid on our website.

    A better newsgroup for VB Net is
    microsoft.publi c.dotnet.langua ges.vb

    I hope this helps,

    Cor


    Comment

    Working...