For i = 2 To ddltimes.SelectedValue
                    Dim ctl As New TextBox
                    ctl = CType(ph.FindControl("txttimes" + i.ToString()), TextBox)                    Try
                        times = times + ctl.Text                    Catch ex As Exception
                        Label1.Text = ex.ToString
                    End Try
                Next