or
Dim myIndex As Integer = e.Item.ItemIndexIf myIndex > 0 Then Dim myPK As String = e.Item.OwnerTableView.Items(myIndex)("QuestionID").Text 'Then encrypt from here and add to the function defined in the link in the "template" column.End If