now, I get an error on the line of code:
Dim ddlP3ResCode As DropDownList = CType(e.Item.Cells(4).Controls(7), DropDownList)
This is the third row / second column of the HTML table.
I have the first dropdownlist working correctly, which is the first row / second column, and it's line of...