Hi!
I would like to check the data in Gridview. There is a "date" column in my grid and if it's value is "0/0" or "0" or anything wrong value, i would like to change it with Visual Basic(store it, and change) and write back to the grid.
I've made it with DetailsView :
Dim Date As String
Date = DetailsView1.Rows(3).Cells(1).Text
If Date = "0/0" Then
DetailsView1.Rows(3).Cells(1).Text = "No data"
End If
I would like to do the same, but with the GRIDVIEW's Column.
//my e-mail address:
whitewolf5@tvn.hu//