getting the grdSOH row key in c#
In VB.net you can use
The .GridText property doesn't exist in c#.
Whats the equivalent?
- Code: Select all
Dim key As String = grdSOH.GridText("Key", Row)
The .GridText property doesn't exist in c#.
Whats the equivalent?