Re: datagridview

  • 12 years ago

     dim count as integer

    Private Sub Datagridview1_RowsAdded(ByVal sender As Object, ByVal e As      System.Windows.Forms.DataGridViewRowsAddedEventArgs) Handles GrdProduct.RowsAdded

    count = Datagridview1.Rows(e.RowIndex).Cells(0).RowIndex + 1

    Datagridview1.Rows(e.RowIndex).Cells(0).Value = count

    End Sub

     

    Try this, It may help u.

Post a reply

No one has replied yet! Why not be the first?

Sign in or Join us (it's free).

Contribute

Why not write for us? Or you could submit an event or a user group in your area. Alternatively just tell us what you think!

Our tools

We've got automatic conversion tools to convert C# to VB.NET, VB.NET to C#. Also you can compress javascript and compress css and generate sql connection strings.

“C++: an octopus made by nailing extra legs onto a dog.” - Steve Taylor