OccId = CType(item.FindControl("occupation"), TextBox).Text
Dim chosenOccupation As String = OccId.Text



User types stuff into textbox. User gets autosuggest. User picks a value. Value goes into textbox.

User clicks submit.

You loop through the rows, use FindControl, find the textbox.
Read from textbox.