jbenson001
Programmer
Hello all,
I am new to VB.NET. Actually I develop in ASP.NET 1.1 and 2.0 using VB.NET.
I have a question about the DataGridView. I am trying to find an event that will give me access to each row as it is being bound. For example, in ASP.NET I would use the RowDataBoundEvent. Then in that event I could do something like.
e.Row.Cells(1).Text .. to get the text in the second column.
What is the equivilant in VB.NET? There are so many events, many more than in ASP, however, I don't find one to do what I want. The Rows_Added event only triggers on the first row, not all rows.
Any help would be appreciated. Thanks in advance...
Jim
I am new to VB.NET. Actually I develop in ASP.NET 1.1 and 2.0 using VB.NET.
I have a question about the DataGridView. I am trying to find an event that will give me access to each row as it is being bound. For example, in ASP.NET I would use the RowDataBoundEvent. Then in that event I could do something like.
e.Row.Cells(1).Text .. to get the text in the second column.
What is the equivilant in VB.NET? There are so many events, many more than in ASP, however, I don't find one to do what I want. The Rows_Added event only triggers on the first row, not all rows.
Any help would be appreciated. Thanks in advance...
Jim