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
Copyright © dotNetHell.it 2002-2025
Running on Windows Server 2008 R2 Standard, SQL Server 2012 & ASP.NET 3.5