I am trying to change the following code from VB.NET to C# but can't seem to get the right syntax:
Protected Function GetIndex() As String
ItemIndex += 1
Return (dgrid.CurrentPageIndex * dgrid.PageSize) + ItemIndex
End Function
[/blue]
Your help will be greatly appreciated it.
Protected Function GetIndex() As String
ItemIndex += 1
Return (dgrid.CurrentPageIndex * dgrid.PageSize) + ItemIndex
End Function
[/blue]
Your help will be greatly appreciated it.