Torna al Thread
If e.CommandArgument = "Plus" Then
Dim GrdRow As GridViewRow
GrdRow = DirectCast(DirectCast(e.CommandSource, ImageButton).Parent.Parent, GridViewRow)
TxtQuantita = CType(Session("GrdCombinazioni").Rows(GrdRow.RowIndex).FindControl("TxtQuantita"), TextBox)
TxtQuantita.Text = 150
End If