I would also suggest turning Option Strict On, as

Code:
Dim rc As Integer = CType(FormView1.FindControl("rental_chargeTextBox"), TextBox).Text
is technically not a valid line.